Skip to content

Commit

Permalink
Merge pull request ReactNativeBrasil#4 from vza100/master
Browse files Browse the repository at this point in the history
Wrapper compatible with lower SDK versions
  • Loading branch information
ital0 authored Aug 13, 2018
2 parents 0b4228e + a941d0e commit d3dbbad
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 d3dbbad

Please sign in to comment.