diff --git a/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml b/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml index 1b0c20ef328804..e5e6330fbdf64d 100644 --- a/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml +++ b/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ @@ -11,9 +10,7 @@ android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" - android:theme="@style/AppTheme" - android:networkSecurityConfig="@xml/network_security_config" - tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"> + android:theme="@style/AppTheme"> + + + \ No newline at end of file diff --git a/template/android/app/src/debug/res/xml/network_security_config.xml b/template/android/app/src/debug/res/xml-v28/react_native_config.xml similarity index 100% rename from template/android/app/src/debug/res/xml/network_security_config.xml rename to template/android/app/src/debug/res/xml-v28/react_native_config.xml diff --git a/template/android/app/src/release/res/xml/network_security_config.xml b/template/android/app/src/release/res/xml/network_security_config.xml deleted file mode 100644 index b3917ffe5b8072..00000000000000 --- a/template/android/app/src/release/res/xml/network_security_config.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - localhost - 10.0.2.2 - 10.0.3.2 - -