diff options
author | pacien | 2023-01-06 19:23:37 +0100 |
---|---|---|
committer | pacien | 2023-01-06 19:24:30 +0100 |
commit | 0c302fa17f37d8d480957b42cea031e88c8c1a17 (patch) | |
tree | 9f449b80d4e4ae0009c4fe7e5e914d727b9e690b /build.gradle | |
parent | a04af7a3ca878fee982bc8c00d1cce2838111cb5 (diff) | |
download | tincapp-0c302fa17f37d8d480957b42cea031e88c8c1a17.tar.gz |
versions: AGP 7.1.3 -> 7.3.1
- gradle 7.2 -> 7.4
- AGP 7.1.3 -> 7.3.1
- kotlin ext 1.4.20 -> 1.5.21
Performed using Android Studio's Upgrade Assistant.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 05f4c4d..c72c54a 100644 --- a/build.gradle +++ b/build.gradle | |||
@@ -19,7 +19,7 @@ | |||
19 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | 19 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
20 | 20 | ||
21 | buildscript { | 21 | buildscript { |
22 | ext.kotlin_version = '1.4.20' | 22 | ext.kotlin_version = '1.5.21' |
23 | 23 | ||
24 | repositories { | 24 | repositories { |
25 | mavenCentral() | 25 | mavenCentral() |
@@ -27,7 +27,7 @@ buildscript { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | dependencies { | 29 | dependencies { |
30 | classpath 'com.android.tools.build:gradle:7.1.3' | 30 | classpath 'com.android.tools.build:gradle:7.3.1' |
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 |