Add default minSdkVersion and targetSdkVersion in the AndroidManifest.xml file

This commit is contained in:
Fredia Huya-Kouadio 2021-11-03 21:49:22 -07:00
parent 78931aa040
commit bd3d99ca8a
2 changed files with 5 additions and 2 deletions

View file

@ -4,6 +4,9 @@
android:versionCode="1"
android:versionName="1.0">
<!-- Should match the mindSdk and targetSdk values in platform/android/java/app/config.gradle -->
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="30" />
<application>
<!-- Records the version of the Godot library -->