File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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' )
You can’t perform that action at this time.
0 commit comments