diff --git a/.gitignore b/.gitignore index f3702eab..740c0e91 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,5 @@ app.*.map.json CustomInfo.plist Info.plist key.properties -AndroidManifest.xml pubspec.lock diff --git a/android/app/src/main/AndroidManifest.xml.template b/android/app/src/main/AndroidManifest.xml similarity index 69% rename from android/app/src/main/AndroidManifest.xml.template rename to android/app/src/main/AndroidManifest.xml index 96c53688..bbce1c17 100644 --- a/android/app/src/main/AndroidManifest.xml.template +++ b/android/app/src/main/AndroidManifest.xml @@ -1,38 +1,46 @@ - + + + + + + + + - - - + android:icon="@mipmap/ic_launcher" + android:label="Plane" + android:networkSecurityConfig="@xml/network_security_config"> + + + + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> - - + +