Android: Upgrade buildTools from 30.0.1 to 30.0.3
It seems 30.0.1 had issues with compatibility with JDK 8 and 11, which appear to be solved in 30.0.3 as per godotengine/godot-docs#4796.
This commit is contained in:
parent
f6e5ea774b
commit
d88e1f04df
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ext.versions = [
|
|||
compileSdk : 29,
|
||||
minSdk : 18,
|
||||
targetSdk : 29,
|
||||
buildTools : '30.0.1',
|
||||
buildTools : '30.0.3',
|
||||
supportCoreUtils : '1.0.0',
|
||||
kotlinVersion : '1.4.10',
|
||||
v4Support : '1.0.0',
|
||||
|
|
Loading…
Reference in a new issue