From 7f79254cfe5489b54d559addbb6500de231115ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20=C5=A0mitala?= Date: Thu, 1 Nov 2018 20:09:11 -0700 Subject: [PATCH] Remove AndroidManifest.xml from UIManager (#22044) Summary: AndroidManifest.xml file in UIManager only defines minimum SDK version for whole namespace "com.facebook". But it is always redefined by build.gradle file because Gradle file has precedence. https://github.com/facebook/react-native/blob/master/ReactAndroid/build.gradle#L273 Anyway Gradle is prefered way to define it. So i think it should be removed if it is not used for another purpose. Pull Request resolved: https://github.com/facebook/react-native/pull/22044 Differential Revision: D12898251 Pulled By: hramos fbshipit-source-id: 087b5cc45495109b5626c9cb232d0546c53fb709 --- .../java/com/facebook/react/uimanager/AndroidManifest.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ReactAndroid/src/main/java/com/facebook/react/uimanager/AndroidManifest.xml diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/AndroidManifest.xml b/ReactAndroid/src/main/java/com/facebook/react/uimanager/AndroidManifest.xml deleted file mode 100644 index 1b7a37bdb..000000000 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/AndroidManifest.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - -