You've already forked godot
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:
@@ -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'
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user