File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ android {
2626
2727dependencies {
2828 implementation fileTree(dir : " libs" , include : [" *.jar" ])
29- implementation " org.jetbrains.kotlin:kotlin-stdlib:$k otlin_version "
29+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.3.72 "
3030 implementation ' androidx.core:core-ktx:1.3.0'
3131 implementation ' androidx.appcompat:appcompat:1.1.0'
3232 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
33- testImplementation ' junit:junit:4.12 '
33+ testImplementation ' junit:junit:4.13 '
3434 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
3535 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
3636
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.
22buildscript {
3- ext. kotlin_version = " 1.3.72"
43 repositories {
54 google()
65 jcenter()
You can’t perform that action at this time.
0 commit comments