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

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-08-24 11:13:03 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-08-24 11:13:03 +0300
commitb00b8996d5fd8cec3cdee31732ce52ac7879e35e (patch)
treea8b0007b9a22396bdb6f6771708cba4040626072
parent06fbb06aeef69a123b1de38a1451435a12ae683b (diff)
bump gradle version and agp
-rw-r--r--build.gradle4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 855500be6..3f5a2f359 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.2.1'
+ classpath 'com.android.tools.build:gradle:7.0.1'
}
}
@@ -111,7 +111,7 @@ android {
}
configurations {
- compile.exclude group: 'org.jetbrains' , module:'annotations'
+ implementation.exclude group: 'org.jetbrains' , module:'annotations'
}
dataBinding {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index ea1e4b836..84fa7550a 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-6.7.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip