From 06f7a520d766ae330fa968d9fe0c6b9cb85c399f Mon Sep 17 00:00:00 2001 From: Tristan Waddington Date: Thu, 27 Feb 2020 15:06:55 -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-lcp/src/main/AndroidManifest.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/r2-lcp/src/main/AndroidManifest.xml b/r2-lcp/src/main/AndroidManifest.xml index 1c983d0..64df290 100644 --- a/r2-lcp/src/main/AndroidManifest.xml +++ b/r2-lcp/src/main/AndroidManifest.xml @@ -7,15 +7,4 @@ ~ LICENSE file present in the project repository where this source code is maintained. --> - - - - - - - \ No newline at end of file +