diff options
author | pacien | 2022-06-11 18:10:44 +0200 |
---|---|---|
committer | pacien | 2022-06-11 18:10:44 +0200 |
commit | 2225b3bcda8248cf674ff0822a7d5438b879ce62 (patch) | |
tree | 4ad7d1cad6e89eea7985892929eacd61d1daa459 /build.gradle | |
parent | a472dc3240c339a6c6e82757e0edd368ba69022e (diff) | |
download | tincapp-2225b3bcda8248cf674ff0822a7d5438b879ce62.tar.gz |
deps: update gradle 4.2.1 -> 7.1.3
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 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 |