From 1e8a6233b8c50fb0ad429d91e2937a7917915347 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 22 Dec 2025 21:25:02 +0100 Subject: Create flutter project This was done using the following command. flutter create \ --description "Sia app" \ --org "eu.xengineering" \ --project-name "sia_app" \ --platforms linux,android \ --empty \ . --- android/app/src/main/AndroidManifest.xml | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 android/app/src/main/AndroidManifest.xml (limited to 'android/app/src/main/AndroidManifest.xml') diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..7e96338 --- /dev/null +++ b/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2