File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ kotlin_version} "
4545 implementation " com.android.support:appcompat-v7:${ supportLibVersion} "
4646 implementation " com.android.support:recyclerview-v7:${ supportLibVersion} "
47- implementation " com.android.support.constraint:constraint-layout:2.0.1 "
47+ implementation " com.android.support.constraint:constraint-layout:2.0.4 "
4848 testImplementation ' junit:junit:4.12'
4949 androidTestImplementation ' com.android.support.test:runner:1.0.2'
5050 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
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 ' com.android.support:appcompat-v7:28.0.0'
38- implementation ' com.android.support.constraint:constraint-layout:2.0.1 '
38+ implementation ' com.android.support.constraint:constraint-layout:2.0.4 '
3939 testImplementation ' junit:junit:4.12'
4040 androidTestImplementation ' com.android.support.test:runner:1.0.2'
4141 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
You can’t perform that action at this time.
0 commit comments