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

Update the gradle plugins

This commit is contained in:
Fredia Huya-Kouadio
2020-10-28 12:43:35 -07:00
parent 50da616eeb
commit aff7cf4390
3 changed files with 6 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
ext.versions = [
androidGradlePlugin: '3.5.3',
androidGradlePlugin: '4.1.0',
compileSdk : 29,
minSdk : 18,
targetSdk : 29,
buildTools : '29.0.3',
buildTools : '30.0.1',
supportCoreUtils : '1.0.0',
kotlinVersion : '1.3.61',
kotlinVersion : '1.4.10',
v4Support : '1.0.0'
]