From e471a3d96be74c2f3d918260c3b3b01b7f53e744 Mon Sep 17 00:00:00 2001 From: Leow Date: Fri, 14 Jun 2019 10:06:54 +0800 Subject: [PATCH] update example project --- MOLPayReactExampleProject/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MOLPayReactExampleProject/package.json b/MOLPayReactExampleProject/package.json index 609596d..ab9da48 100644 --- a/MOLPayReactExampleProject/package.json +++ b/MOLPayReactExampleProject/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.0.0-alpha.12", "react-native": "0.48.3", - "molpay-mobile-xdk-reactnative-beta" : "0.18.2" + "molpay-mobile-xdk-reactnative-beta" : "0.25.0" }, "devDependencies": { "babel-jest": "21.0.2", @@ -20,4 +20,4 @@ "jest": { "preset": "react-native" } -} \ No newline at end of file +}