booncol / Pulsator4Droid

Pulse animation for Android
MIT License
1k stars 173 forks source link

AllowBackup should not be set in Manifest #27

Closed kuhnp closed 11 months ago

kuhnp commented 6 years ago

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