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 5a1f8c2 commit 5e12dd1Copy full SHA for 5e12dd1
1 file changed
android/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
3
android {
4
compileSdkVersion 27
5
- buildToolsVersion "27.0.0"
+ buildToolsVersion "27.0.3"
6
7
defaultConfig {
8
minSdkVersion 16
@@ -13,6 +13,11 @@ android {
13
}
14
15
dependencies {
16
+<<<<<<< HEAD
17
compile 'com.facebook.react:react-native:+'
18
compile 'com.molpay:molpay-mobile-xdk-android:3.20.0'
19
+=======
20
+ implementation 'com.facebook.react:react-native:+'
21
+ implementation 'com.molpay:molpay-mobile-xdk-android:3.21.0'
22
+>>>>>>> 489a072... update android gradle
23
0 commit comments