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
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
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?
-rw-r--r--app/build.gradle7
-rw-r--r--gradle/wrapper/gradle-wrapper.properties7
m---------libraries/humla0
3 files changed, 7 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c214e5d..275dbe9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,17 +17,17 @@
buildscript {
repositories {
- jcenter()
+ mavenCentral()
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.5.3'
+ classpath 'com.android.tools.build:gradle:7.0.4'
}
}
apply plugin: 'com.android.application'
repositories {
- jcenter()
+ mavenCentral()
google()
}
@@ -54,7 +54,6 @@ allprojects {
android {
compileSdkVersion 29
- buildToolsVersion '29.0.3'
defaultConfig {
minSdkVersion 14
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
diff --git a/libraries/humla b/libraries/humla
-Subproject 5ce440e2cba8d17355112bbc1258c944f6553ad
+Subproject 93a11856b10bf8af0f54b735f3f138b2271a11b