File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ apply plugin: 'com.github.dcendents.android-maven'
33group = ' com.github.flutterwave'
44
55android {
6- compileSdkVersion 25
6+ compileSdkVersion 27
77
88 defaultConfig {
99 minSdkVersion 15
10- targetSdkVersion 25
10+ targetSdkVersion 27
1111 versionCode 1
1212 versionName " 1.0"
1313
@@ -27,9 +27,9 @@ dependencies {
2727 androidTestImplementation(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2828 exclude group : ' com.android.support' , module : ' support-annotations'
2929 })
30- implementation ' com.android.support:appcompat-v7:25.4.0 '
31- implementation ' com.android.support:design:25.4.0 '
32- implementation ' com.android.support:support-v4:25.4.0 '
30+ implementation ' com.android.support:appcompat-v7:27.1.1 '
31+ implementation ' com.android.support:design:27.1.1 '
32+ implementation ' com.android.support:support-v4:27.1.1 '
3333 implementation ' com.squareup.picasso:picasso:2.71828'
3434 implementation ' com.squareup.retrofit2:retrofit:2.4.0'
3535 implementation ' com.squareup.retrofit2:converter-gson:2.3.0'
You can’t perform that action at this time.
0 commit comments