File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ android {
3333
3434dependencies {
3535 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
36- implementation ' com.android.support:appcompat-v7:27.1.0 '
36+ implementation ' com.android.support:appcompat-v7:27.1.1 '
3737 androidTestImplementation ' junit:junit:4.12'
38- androidTestImplementation ' com.android.support:support-annotations:27.1.0 '
39- androidTestImplementation ' com.android.support.test:runner:1.0.1 '
40- androidTestImplementation ' com.android.support.test:rules:1.0.1 '
41- androidTestImplementation ' com.android.support.test:runner:1.0.1 '
42- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1 '
38+ androidTestImplementation ' com.android.support:support-annotations:27.1.1 '
39+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
40+ androidTestImplementation ' com.android.support.test:rules:1.0.2 '
41+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
42+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2 '
4343 // Optional -- Hamcrest library
4444 androidTestImplementation ' org.hamcrest:hamcrest-library:1.3'
4545
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0.1 '
9+ classpath ' com.android.tools.build:gradle:3.1.0 '
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
1212 }
@@ -17,6 +17,7 @@ allprojects {
1717 jcenter()
1818 mavenCentral()
1919 google()
20+ maven { url " https://jitpack.io" }
2021 }
2122}
2223
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ android {
2323dependencies {
2424 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2525 implementation ' com.facebook.conceal:conceal:2.0.2@aar'
26- implementation ' com.android.support:support-annotations:27.1.0 '
26+ implementation ' com.android.support:support-annotations:27.1.1 '
2727 implementation ' com.google.code.gson:gson:2.8.2'
2828}
You can’t perform that action at this time.
0 commit comments