mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Add default minSdkVersion and targetSdkVersion in the AndroidManifest.xml file
This commit is contained in:
parent
78931aa040
commit
bd3d99ca8a
2 changed files with 5 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue