Skip to content

Commit

Permalink
Android: Upgrade buildTools from 30.0.1 to 30.0.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
akien-mga committed Apr 26, 2021
1 parent f6e5ea7 commit d88e1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/java/app/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d88e1f0

Please sign in to comment.