nuuneoi/AdjustableImageView

Manifest merger failed : Attribute application@allowBackup value

Opened this issue · 2 comments

I tried to import the library to my app by gradle.
However, I got this building error :
"Manifest merger failed : Attribute application@allowBackup value=(false)".
I think you should remove allowBackup attribute from your library. (Lib should not have that attribute).

Thank you very much for the great lib.

Actually this bug was already fixed on v1.0.1. Which version of this lib are you currently using?

@nuuneoi Sorry for my late reply. Actually, I'm using v1.0.0. I didn't know that has already updated. I have checked v1.0.1 and it works. Thanks. Could you close this issue and my pull request?