From ed333b915d8da195bf6de608ea181e18c2fa3d4c Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Fri, 16 Mar 2018 13:31:19 +0800 Subject: [PATCH] Remove unused attributes from AndroidManifest These would clash with definitions in the including project and create error messages like: ``` Error:Execution failed for task ':app:processAppDebugManifest'. > Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:40:9-36 is also present at [com.github.Ilhasoft:data-binding-validator:1.0.0] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:20:5-108:19 to override. ``` --- library/src/main/AndroidManifest.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml index b6b19fa..4dda3da 100644 --- a/library/src/main/AndroidManifest.xml +++ b/library/src/main/AndroidManifest.xml @@ -1,8 +1,3 @@ - - - - - +