File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ android {
3333
3434dependencies {
3535 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
36- implementation ' com.android.support:appcompat-v7:27.0.2 '
36+ implementation ' com.android.support:appcompat-v7:27.1.0 '
3737 androidTestImplementation ' junit:junit:4.12'
38- androidTestImplementation ' com.android.support:support-annotations:27.0.2 '
38+ androidTestImplementation ' com.android.support:support-annotations:27.1.0 '
3939 androidTestImplementation ' com.android.support.test:runner:1.0.1'
4040 androidTestImplementation ' com.android.support.test:rules:1.0.1'
4141 androidTestImplementation ' com.android.support.test:runner:1.0.1'
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.0.2 '
26+ implementation ' com.android.support:support-annotations:27.1.0 '
2727 implementation ' com.google.code.gson:gson:2.8.2'
2828}
You can’t perform that action at this time.
0 commit comments