Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2022-02-19 19:12:31 +0300
committerDaniel Lublin <daniel@lublin.se>2022-02-19 19:14:28 +0300
commita95a100a340166414c8a9b63e883bfaa807ec34b (patch)
treefd131963f29d76fed460aafd382d1d22090611e1 /gradle
parentb212558df1b073f31228292504a7b76d6cece43f (diff)
Move to newer gradle and try to make it build
Removing buildToolsVersion, which gradle 7 ignored. 30.0.2 is required by AGP 7.0.4. But why was this specificed at all?
Diffstat (limited to 'gradle')
-rw-r--r--gradle/wrapper/gradle-wrapper.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index f280073..fa3e687 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,7 @@
+#Fri Jan 21 11:46:24 CET 2022
distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
-distributionSha256Sum=6c4276f97c9059ef4dfb06cc7325c43ed9b933ab04f032e9d9372e8589cb6faf
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
-zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
+zipStoreBase=GRADLE_USER_HOME