From 8c4c8046c6146c0074674e86a03d81eae46fd1af Mon Sep 17 00:00:00 2001 From: Felipe Lima Date: Wed, 21 Sep 2016 10:46:38 -0700 Subject: [PATCH] Remove unnecessary config from AndroidManifest This was causing some manifest merging issues for us, however it seems like this stuff is completely unnecessary, especially for an android library, so I'm removing it all. --- android/app/src/main/AndroidManifest.xml | 4 +--- android/app/src/main/res/values/strings.xml | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 android/app/src/main/res/values/strings.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 092e843..5bd1596 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,9 +3,7 @@ - + diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml deleted file mode 100644 index 841d453..0000000 --- a/android/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - ReactNativeCodePush -