From 1f0415645391298c6f750416a1e8fd3036fb4951 Mon Sep 17 00:00:00 2001 From: Tristan Waddington Date: Thu, 27 Feb 2020 15:05:02 -0800 Subject: [PATCH] Removed 'application' element from AndroidManifest.xml. The library manifest had defined the attributes 'allowBackup' and 'supportsRtl'. This may result in a manifest merge error requiring implementors to use an override like 'tools:replace'. --- r2-shared/src/main/AndroidManifest.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/r2-shared/src/main/AndroidManifest.xml b/r2-shared/src/main/AndroidManifest.xml index 12c3326d..b999d75a 100644 --- a/r2-shared/src/main/AndroidManifest.xml +++ b/r2-shared/src/main/AndroidManifest.xml @@ -7,13 +7,4 @@ ~ LICENSE file present in the project repository where this source code is maintained. --> - - - - - +