diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-07-02 16:36:16 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-07-02 16:36:16 -0700 |
commit | f6a336cf56d5d653b05c12fb7f71b5da595e49d4 (patch) | |
tree | 0c92274b81918a3442aab23f51524ed29ce90b21 /gradle | |
parent | 8a50b716f5d335d0c060eb096032fc2d214dc635 (diff) | |
download | godot-android-samples-f6a336cf56d5d653b05c12fb7f71b5da595e49d4.tar.gz godot-android-samples-f6a336cf56d5d653b05c12fb7f71b5da595e49d4.tar.bz2 godot-android-samples-f6a336cf56d5d653b05c12fb7f71b5da595e49d4.zip |
Update the 'Hello World' Android plugin to match the new Godot 4.2 format
See https://github.com/godotengine/godot/pull/78958 for reference.
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3a02130..63c7136 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip |