We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d735cde commit 1155971Copy full SHA for 1155971
1 file changed
MOLPayReactExampleProject/android/app/build.gradle
@@ -90,8 +90,8 @@ def enableSeparateBuildPerCPUArchitecture = false
90
def enableProguardInReleaseBuilds = false
91
92
android {
93
- compileSdkVersion 23
94
- buildToolsVersion "23.0.1"
+ compileSdkVersion 27
+ buildToolsVersion "27.0.0"
95
96
defaultConfig {
97
applicationId "com.molpayreactexampleproject"
@@ -134,7 +134,7 @@ android {
134
135
dependencies {
136
compile fileTree(dir: "libs", include: ["*.jar"])
137
- compile "com.android.support:appcompat-v7:23.0.1"
+ compile "com.android.support:appcompat-v7:27.0.0"
138
compile "com.facebook.react:react-native:+" // From node_modules
139
compile project(':molpay-mobile-xdk-reactnative-beta')
140
}
0 commit comments