Skip to content

Commit efc0bac

Browse files
committed
bump android support lib version
1 parent 3f87eb7 commit efc0bac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

raveandroid/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apply plugin: 'com.github.dcendents.android-maven'
33
group = 'com.github.flutterwave'
44

55
android {
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'

0 commit comments

Comments
 (0)