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).
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).