summaryrefslogtreecommitdiffstats
path: root/src/android/templates_aar/AndroidManifest.xml
blob: 9c9e91e650cf63e1f712c782180ab0d7f572b040 (plain)
1
2
3
4
5
6
7
8
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>