Skip to content

Commit 2497566

Browse files
author
Alex
committed
bump gradle versions
1 parent ae40c04 commit 2497566

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
min_sdk_version = 17
5+
min_sdk_version = 21
66
sdk_version = 33
77

88
kotlin_version = '1.8.0'
@@ -18,7 +18,7 @@ buildscript {
1818
mavenCentral()
1919
}
2020
dependencies {
21-
classpath 'com.android.tools.build:gradle:4.2.2'
21+
classpath 'com.android.tools.build:gradle:7.2.2'
2222
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2323
// NOTE: Do not place your application dependencies here; they belong
2424
// in the individual module build.gradle files
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Tue Feb 07 22:25:03 GMT+07:00 2023
12
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
24
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)