File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed 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.10 "
4+ ext. kotlin_version= " 1.4.20 "
55 repositories {
66 google()
77 jcenter()
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ dependencies {
4444 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ kotlin_version} "
4545 implementation ' androidx.appcompat:appcompat:1.2.0'
4646 implementation ' androidx.recyclerview:recyclerview:1.1.0'
47- implementation ' androidx.constraintlayout:constraintlayout:2.0.1'
48- implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
49- testImplementation ' junit:junit:4.12'
50- androidTestImplementation ' androidx.test.ext:junit:1.1.1'
51- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
47+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
48+ implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
5249}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535// implementation 'com.squareup.picasso:picasso:2.5.2'
3636 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3737 implementation ' androidx.appcompat:appcompat:1.2.0'
38- implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
38+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
3939 testImplementation ' junit:junit:4.12'
4040 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
4141 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0'
You can’t perform that action at this time.
0 commit comments