From d0b4897c9e5ac853a9be75d21ab357fcd5ea28d1 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Tue, 27 Dec 2022 11:29:09 +0100 Subject: [PATCH] add android/app/src/main/AndroidManifest.xml --- .gitignore | 1 + android/app/src/main/AndroidManifest.xml | 41 ++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 android/app/src/main/AndroidManifest.xml diff --git a/.gitignore b/.gitignore index 36b7f2d51..5462734c3 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,7 @@ android/app/src/** !android/app/src/main android/app/src/main/** !android/app/src/main/res/ +!android/app/src/main/AndroidManifest.xml android/app/src/main/res/** !android/app/src/main/res/drawable*** !android/app/src/main/res/mip*** \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml new file mode 100644 index 000000000..7321c5001 --- /dev/null +++ b/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + +