From 3b369429e6fe4b42e3cc8d6529bd291c851abbb1 Mon Sep 17 00:00:00 2001 From: Leow Date: Tue, 3 Apr 2018 08:55:57 +0900 Subject: [PATCH] BETA 0.18.3 --- android/build.gradle | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d89e0fb..08cd6b3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 26 - buildToolsVersion "26.0.1" + compileSdkVersion 27 + buildToolsVersion "27.0.0" defaultConfig { minSdkVersion 16 @@ -14,5 +14,5 @@ android { dependencies { compile 'com.facebook.react:react-native:+' - compile 'com.molpay:molpay-mobile-xdk-android:3.18.0' + compile 'com.molpay:molpay-mobile-xdk-android:3.18.1' } diff --git a/package.json b/package.json index c286e9c..590cfb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "molpay-mobile-xdk-reactnative-beta", - "version": "0.18.2", + "version": "0.18.3", "description": "MOLPay mobile payment for React Native (BETA)", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"