Skip to content

Commit 1155971

Browse files
committed
fixed example project
1 parent d735cde commit 1155971

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MOLPayReactExampleProject/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ def enableSeparateBuildPerCPUArchitecture = false
9090
def enableProguardInReleaseBuilds = false
9191

9292
android {
93-
compileSdkVersion 23
94-
buildToolsVersion "23.0.1"
93+
compileSdkVersion 27
94+
buildToolsVersion "27.0.0"
9595

9696
defaultConfig {
9797
applicationId "com.molpayreactexampleproject"
@@ -134,7 +134,7 @@ android {
134134

135135
dependencies {
136136
compile fileTree(dir: "libs", include: ["*.jar"])
137-
compile "com.android.support:appcompat-v7:23.0.1"
137+
compile "com.android.support:appcompat-v7:27.0.0"
138138
compile "com.facebook.react:react-native:+" // From node_modules
139139
compile project(':molpay-mobile-xdk-reactnative-beta')
140140
}

0 commit comments

Comments
 (0)