File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
vendored/WordPressLoginFlow Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717}
1818
1919android {
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
You can’t perform that action at this time.
0 commit comments