Skip to content

Commit a4058ac

Browse files
committed
update compilesdkversion and dependency libraries' version
1 parent d36c729 commit a4058ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 27
55
defaultConfig {
66
applicationId "com.flutterwave.rave_android"
77
minSdkVersion 15
8-
targetSdkVersion 26
8+
targetSdkVersion 27
99
versionCode 1
1010
versionName "1.0"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -23,7 +23,7 @@ dependencies {
2323
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2424
exclude group: 'com.android.support', module: 'support-annotations'
2525
})
26-
compile 'com.android.support:appcompat-v7:26.1.0'
26+
compile 'com.android.support:appcompat-v7:27.0.2'
2727
compile 'com.android.support.constraint:constraint-layout:1.1.0-beta4'
2828
testCompile 'junit:junit:4.12'
2929
compile project(':raveandroid')

0 commit comments

Comments
 (0)