diff options
author | xtrm <oss@xtrm.me> | 2023-02-04 18:18:04 +0100 |
---|---|---|
committer | xtrm <oss@xtrm.me> | 2023-02-04 18:18:04 +0100 |
commit | 99be374aa343029e670dd1c8abcc834004363fc5 (patch) | |
tree | db7fb58825b917904378100b39b20d7baeda2a05 /gradle | |
parent | bef30e98cf9f3697ac6fefbd82f4cb160edaad46 (diff) | |
download | Chatting-99be374aa343029e670dd1c8abcc834004363fc5.tar.gz Chatting-99be374aa343029e670dd1c8abcc834004363fc5.tar.bz2 Chatting-99be374aa343029e670dd1c8abcc834004363fc5.zip |
added mod icon, fixed potential crash, bumped gradle to 7.6, bumped to 1.4.2-beta5
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 b1159fc..070cb70 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |