File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
api " com.android.support:recyclerview-v7:${ supportLibraryVersion} "
37
37
38
38
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 '
40
40
testImplementation ' junit:junit:4.12'
41
41
androidTestImplementation ' com.android.support.test:runner:1.0.2'
42
42
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 {
8
8
mavenCentral()
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.1.2 '
11
+ classpath ' com.android.tools.build:gradle:3.1.4 '
12
12
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 8
8
9
9
android {
10
10
compileSdkVersion 26
11
- buildToolsVersion " ${ supportLibraryVersion } "
11
+ buildToolsVersion ' 27.0.3 '
12
12
defaultConfig {
13
13
minSdkVersion 18
14
14
targetSdkVersion 26
You can’t perform that action at this time.
0 commit comments