File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ android {
4040dependencies {
4141 implementation fileTree(dir : " libs" , include : [" *.jar" ])
4242 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
43- implementation ' androidx.core:core-ktx:1.3.0 '
44- implementation ' androidx.appcompat:appcompat:1.1 .0'
43+ implementation ' androidx.core:core-ktx:1.3.1 '
44+ implementation ' androidx.appcompat:appcompat:1.2 .0'
4545 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
4646 testImplementation ' junit:junit:4.13'
4747 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = " 1.3.72 "
2+ ext. kotlin_version = " 1.4.0 "
33 repositories {
44 google()
55 jcenter()
3030 androidXTestRulesVersion = ' 1.2.0-beta01'
3131 robolectricVersion = ' 4.3.1'
3232 archTestingVersion = ' 2.1.0'
33- startup = ' 1.0.0-alpha02 '
33+ startup = ' 1.0.0-alpha03 '
3434}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040 implementation fileTree(dir : " libs" , include : [" *.jar" ])
4141 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4242
43- implementation ' androidx.core:core-ktx:1.3.0 '
43+ implementation ' androidx.core:core-ktx:1.3.1 '
4444
4545 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
4646 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments