aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-06-11 18:10:44 +0200
committerpacien2022-06-11 18:10:44 +0200
commit2225b3bcda8248cf674ff0822a7d5438b879ce62 (patch)
tree4ad7d1cad6e89eea7985892929eacd61d1daa459
parenta472dc3240c339a6c6e82757e0edd368ba69022e (diff)
downloadtincapp-2225b3bcda8248cf674ff0822a7d5438b879ce62.tar.gz
deps: update gradle 4.2.1 -> 7.1.3
-rw-r--r--build.gradle2
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 8414905..05f4c4d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ buildscript {
27 } 27 }
28 28
29 dependencies { 29 dependencies {
30 classpath 'com.android.tools.build:gradle:4.2.1' 30 classpath 'com.android.tools.build:gradle:7.1.3'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
32 32
33 // NOTE: Do not place your application dependencies here; they belong 33 // NOTE: Do not place your application dependencies here; they belong
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 7638b37..9868051 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3distributionPath=wrapper/dists 3distributionPath=wrapper/dists
4zipStoreBase=GRADLE_USER_HOME 4zipStoreBase=GRADLE_USER_HOME
5zipStorePath=wrapper/dists 5zipStorePath=wrapper/dists
6distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip 6distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip