Skip to content

Commit a54e8f9

Browse files
committed
Bump support library version
Change-Id: I0bc3dc3449c6287cb91e4eb052d53a8482acb931
1 parent a8ac360 commit a54e8f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ android {
7979

8080
dependencies {
8181
implementation 'com.android.support:multidex:1.0.1'
82-
implementation 'com.android.support:preference-v14:27.0.2'
83-
implementation 'com.android.support:recyclerview-v7:27.0.2'
84-
implementation 'com.android.support:support-v13:27.0.2'
82+
implementation 'com.android.support:preference-v14:28.0.0-SNAPSHOT'
83+
implementation 'com.android.support:recyclerview-v7:28.0.0-SNAPSHOT'
84+
implementation 'com.android.support:support-v13:28.0.0-SNAPSHOT'
8585
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
8686
implementation(name: 'setup-wizard-lib-platform-release', ext: 'aar')
8787
implementation 'org.bouncycastle:bcpkix-jdk15on:1.56'

0 commit comments

Comments
 (0)