Skip to content

Commit 84d5370

Browse files
committed
Accept suggested library upgrades
1 parent 40ac0e6 commit 84d5370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222

2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
25-
implementation 'com.android.support:support-annotations:+'
26-
implementation "com.android.support:appcompat-v7:23.0.0"
25+
implementation 'com.android.support:support-annotations:28.0.0'
26+
implementation 'com.android.support:appcompat-v7:28.0.0'
2727
}
2828

2929

0 commit comments

Comments
 (0)