From 020faf4c865b2d997dbe662b317da24b52143c54 Mon Sep 17 00:00:00 2001 From: King Date: Tue, 16 Jul 2019 15:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 38 +++++++++++++++++++++----------------- app/build.gradle | 2 +- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 573dd47..4c1dda3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gump SDK 5 for Android接入文档 -V5.2.2 -2019年06月06日 +V5 +2019年07月16日 ## 版本概述 @@ -24,7 +24,7 @@ V5.2.2 //登录功能依赖 implementation 'com.gump:Passport:5.2.2' //支付功能依赖 - implementation 'com.gump:Payment:5.2.2' + implementation 'com.gump:Payment:5.2.3' } ### 2.修改AndroidManifest.xml文件 @@ -115,20 +115,24 @@ Actinos枚举: 注册相应的Activity,具体如下: - - - - - - - + android:name="com.gump.payment.PaymentActivity" + android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" + android:screenOrientation="behind" + android:launchMode="singleTask" + android:theme="@style/Theme.Translucent"> + + + + + + + + + + + 1)判断是否使用三方支付 diff --git a/app/build.gradle b/app/build.gradle index ad12a1f..9ca7e6d 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.2' + implementation 'com.gump:Payment:5.2.3' // implementation project(':payment') } -- 2.0.0