File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
2626dependencies {
2727 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2828 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
29- implementation ' androidx.appcompat:appcompat:1.2 .0'
30- implementation ' androidx.core:core-ktx:1.3.2 '
29+ implementation ' androidx.appcompat:appcompat:1.3 .0'
30+ implementation ' androidx.core:core-ktx:1.5.0 '
3131 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
3232 testImplementation ' junit:junit:4.13'
3333 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.4.21 '
4+ ext. kotlin_version = ' 1.5.10 '
55 repositories {
66 google()
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:4.1 .1'
10+ classpath ' com.android.tools.build:gradle:4.2 .1'
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212
1313 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 11org.gradle.parallel =true
22org.gradle.configureondemand =true
33org.gradle.caching =true
4- org.gradle.vfs.watch =true
54
65# Enable Kotlin incremental compilation
76kotlin.incremental =true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.1 -bin.zip
You can’t perform that action at this time.
0 commit comments