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.
(cherry picked from commit d88e1f04df
)
This commit is contained in:
parent
bfe182f221
commit
1489b814aa
|
@ -3,7 +3,7 @@ ext.versions = [
|
||||||
compileSdk : 29,
|
compileSdk : 29,
|
||||||
minSdk : 18,
|
minSdk : 18,
|
||||||
targetSdk : 29,
|
targetSdk : 29,
|
||||||
buildTools : '30.0.1',
|
buildTools : '30.0.3',
|
||||||
supportCoreUtils : '1.0.0',
|
supportCoreUtils : '1.0.0',
|
||||||
kotlinVersion : '1.4.10',
|
kotlinVersion : '1.4.10',
|
||||||
v4Support : '1.0.0',
|
v4Support : '1.0.0',
|
||||||
|
|
Loading…
Reference in New Issue