From 998c3827adcc73be0093fd639d5ca522a6460268 Mon Sep 17 00:00:00 2001 From: King Date: Fri, 2 Aug 2019 09:36:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=8D=87=E7=BA=A75.2.5:?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B8=A0=E9=81=93=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- app/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2439b6..d8817d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gump SDK 5 for Android接入文档 V5 -2019年07月18日 +2019年08月01日 ## 版本概述 @@ -24,7 +24,7 @@ V5 //登录功能依赖 implementation 'com.gump:Passport:5.2.2' //支付功能依赖 - implementation 'com.gump:Payment:5.2.4' + implementation 'com.gump:Payment:5.2.5' } ### 2.修改AndroidManifest.xml文件 diff --git a/app/build.gradle b/app/build.gradle index 783bbeb..fbcf436 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,6 +45,6 @@ dependencies { implementation 'com.gump:Passport:5.2.2' // implementation project(':passport') //支付功能依赖 - implementation 'com.gump:Payment:5.2.4' + implementation 'com.gump:Payment:5.2.5' // implementation project(':payment') } -- 2.0.0