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:
Rémi Verschelde 2021-04-26 17:22:46 +02:00
parent f6e5ea774b
commit d88e1f04df
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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',