diff options
author | fhuya <fhuya@google.com> | 2020-02-25 11:23:01 -0500 |
---|---|---|
committer | fhuya <fhuya@google.com> | 2020-02-25 11:23:01 -0500 |
commit | f1a5737ecff60476da0a797c8063b44e4f2659b1 (patch) | |
tree | 3bab87c2340902815fef8d41e80a09086673c335 | |
parent | 17303db8e6ffee949043111299159e4a0f66fe2a (diff) | |
download | godot-android-samples-f1a5737ecff60476da0a797c8063b44e4f2659b1.tar.gz godot-android-samples-f1a5737ecff60476da0a797c8063b44e4f2659b1.tar.bz2 godot-android-samples-f1a5737ecff60476da0a797c8063b44e4f2659b1.zip |
Bump gradle build version.
-rw-r--r-- | hello_world/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello_world/build.gradle b/hello_world/build.gradle index f084cc9..f07e19a 100644 --- a/hello_world/build.gradle +++ b/hello_world/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:3.6.0' // NOTE: Do not place your application dependencies here; they belong |