Skip to content

Commit e1fb3db

Browse files
authored
Merge pull request #9215 from wordpress-mobile/feature/update-support-lib-28
Update support library to 28
2 parents 4725251 + 4065a52 commit e1fb3db

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

vendored/WordPressLoginFlow/build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
android {
20-
compileSdkVersion 27
20+
compileSdkVersion 28
2121
buildToolsVersion "28.0.3"
2222

2323
defaultConfig {
@@ -35,8 +35,12 @@ dependencies {
3535
exclude group: "com.mcxiaoke.volley"
3636
}
3737

38-
implementation 'com.android.support:appcompat-v7:27.1.1'
39-
implementation 'com.android.support:design:27.1.1'
38+
implementation 'com.android.support:appcompat-v7:28.0.0'
39+
implementation 'com.android.support:animated-vector-drawable:28.0.0'
40+
implementation 'com.android.support:support-media-compat:28.0.0'
41+
implementation 'com.android.support:support-v13:28.0.0'
42+
implementation 'com.android.support:gridlayout-v7:28.0.0'
43+
implementation 'com.android.support:design:28.0.0'
4044

4145
api 'com.google.android.gms:play-services-auth:15.0.1'
4246

0 commit comments

Comments
 (0)