From ab9bbfbda635c82aeaecbf0d35e332a59d27217f Mon Sep 17 00:00:00 2001 From: Baron Hall Date: Tue, 28 Aug 2018 16:45:48 -0500 Subject: [PATCH] Update AndroidManifest.xml The main objective here is to remove the allowBackup and supportsRtl tags; they were causing manifest merge errors. But the most correct fix is to remove the application tag completely. Libraries don't need it. --- library/src/main/AndroidManifest.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml index 3c64e5c..e0b0811 100644 --- a/library/src/main/AndroidManifest.xml +++ b/library/src/main/AndroidManifest.xml @@ -1,8 +1,4 @@ - - -