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

Upgrade Android Gradle to version 7.2

This commit is contained in:
Marcel Admiraal
2021-10-09 19:14:27 +01:00
parent bf322bacdd
commit 95b1275197
6 changed files with 65 additions and 46 deletions

View File

@@ -1,12 +1,12 @@
ext.versions = [
androidGradlePlugin: '4.2.2',
androidGradlePlugin: '7.0.3',
compileSdk : 30,
minSdk : 19,
targetSdk : 30,
buildTools : '30.0.3',
kotlinVersion : '1.5.10',
fragmentVersion : '1.3.6',
javaVersion : 1.8,
javaVersion : 11,
ndkVersion : '21.4.7075529' // Also update 'platform/android/detect.py#get_project_ndk_version()' when this is updated.
]