Skip to content

Commit 6985323

Browse files
committed
update gradle
1 parent 0a7d1c8 commit 6985323

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ android {
3333

3434
dependencies {
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'

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323
dependencies {
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
}

0 commit comments

Comments
 (0)