File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2929 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
3030 implementation ' androidx.appcompat:appcompat:1.1.0'
31- implementation ' androidx.core:core-ktx:1.2 .0'
31+ implementation ' androidx.core:core-ktx:1.3 .0'
3232 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3333 testImplementation ' junit:junit:4.13'
3434 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.6.2 '
10+ classpath ' com.android.tools.build:gradle:4.0.0 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212
1313 // NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments