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.