File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
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
Original file line number Diff line number Diff line change 1+ # Tue Feb 07 22:25:03 GMT+07:00 2023
12distributionBase =GRADLE_USER_HOME
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
24distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments