Skip to content

Commit 5e12dd1

Browse files
committed
update example project
1 parent 5a1f8c2 commit 5e12dd1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

android/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion "27.0.0"
5+
buildToolsVersion "27.0.3"
66

77
defaultConfig {
88
minSdkVersion 16
@@ -13,6 +13,11 @@ android {
1313
}
1414

1515
dependencies {
16+
<<<<<<< HEAD
1617
compile 'com.facebook.react:react-native:+'
1718
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
1823
}

0 commit comments

Comments
 (0)