aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-01-06 19:23:37 +0100
committerpacien2023-01-06 19:24:30 +0100
commit0c302fa17f37d8d480957b42cea031e88c8c1a17 (patch)
tree9f449b80d4e4ae0009c4fe7e5e914d727b9e690b
parenta04af7a3ca878fee982bc8c00d1cce2838111cb5 (diff)
downloadtincapp-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.
-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 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
21buildscript { 21buildscript {
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
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 9868051..ea2a07e 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-7.2-all.zip 6distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip