File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 api " com.android.support:recyclerview-v7:${ supportLibraryVersion} "
3737
3838 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
39- implementation ' com.android.support.constraint:constraint-layout:1.1.0 '
39+ implementation ' com.android.support.constraint:constraint-layout:1.1.3 '
4040 testImplementation ' junit:junit:4.12'
4141 androidTestImplementation ' com.android.support.test:runner:1.0.2'
4242 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.1.2 '
11+ classpath ' com.android.tools.build:gradle:3.1.4 '
1212 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
1313
1414 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 88
99android {
1010 compileSdkVersion 26
11- buildToolsVersion " ${ supportLibraryVersion } "
11+ buildToolsVersion ' 27.0.3 '
1212 defaultConfig {
1313 minSdkVersion 18
1414 targetSdkVersion 26
You can’t perform that action at this time.
0 commit comments