1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

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

@@ -1,8 +1,8 @@
ext.versions = [
androidGradlePlugin: '7.0.3',
compileSdk : 30,
minSdk : 19,
targetSdk : 30,
minSdk : 19, // Also update 'platform/android/java/lib/AndroidManifest.xml#minSdkVersion' value
targetSdk : 30, // Also update 'platform/android/java/lib/AndroidManifest.xml#targetSdkVersion' value
buildTools : '30.0.3',
kotlinVersion : '1.5.10',
fragmentVersion : '1.3.6',