From 3ae943a55df1c798c101ec7ef2c079956248cacb Mon Sep 17 00:00:00 2001 From: Umang Patel Date: Mon, 27 Feb 2017 18:21:04 +0530 Subject: [PATCH] Lib should not have allowbakup attribute Remove android:allowBackup="true" from AndroidManifest file as it is giving Manifest merger issues with the application manifest file and the other libraries Manifest file. It's not necessary for your lib. Error seems like: "Manifest merger failed : Attribute application@allowBackup value=(false)". Thank you very much for the great lib. --- app/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 94ad490..3bfc603 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,7 +5,6 @@ @@ -18,4 +17,4 @@ - \ No newline at end of file +