Skip to content

Commit

Permalink
Wrapper compatible with lower SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoras-jego committed Aug 13, 2018
1 parent 6a80ad7 commit a941d0e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 26
buildToolsVersion "27.0.2"
compileSdkVersion 27
buildToolsVersion "26.0.2"

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 27
versionCode 1
versionName "1.0"
ndk {
Expand Down Expand Up @@ -74,7 +74,8 @@ dependencies {
annotationProcessor 'com.neenbedankt.bundles:argument:1.0.4'
compile 'com.neenbedankt.bundles:argument:1.0.4'
compile 'com.facebook.react:react-native:+'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:design:27.1.1'

compile 'com.sumup:merchant-sdk:3.0.0'
}
Expand Down

0 comments on commit a941d0e

Please sign in to comment.