We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ac360 commit a54e8f9Copy full SHA for a54e8f9
app/build.gradle
@@ -79,9 +79,9 @@ android {
79
80
dependencies {
81
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'
+ implementation 'com.android.support:preference-v14:28.0.0-SNAPSHOT'
+ implementation 'com.android.support:recyclerview-v7:28.0.0-SNAPSHOT'
+ implementation 'com.android.support:support-v13:28.0.0-SNAPSHOT'
85
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
86
implementation(name: 'setup-wizard-lib-platform-release', ext: 'aar')
87
implementation 'org.bouncycastle:bcpkix-jdk15on:1.56'
0 commit comments