summaryrefslogtreecommitdiffstats
path: root/src/android/templates_aar/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/templates_aar/AndroidManifest.xml')
-rw-r--r--src/android/templates_aar/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/android/templates_aar/AndroidManifest.xml b/src/android/templates_aar/AndroidManifest.xml
new file mode 100644
index 0000000000..9c9e91e650
--- /dev/null
+++ b/src/android/templates_aar/AndroidManifest.xml
@@ -0,0 +1,9 @@
+<manifest
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ package="org.qtproject.example"
+ android:versionCode="-- %%INSERT_VERSION_CODE%% --"
+ android:versionName="-- %%INSERT_VERSION_NAME%% --">
+ <!-- %%INSERT_PERMISSIONS -->
+ <!-- %%INSERT_FEATURES -->
+</manifest>