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')
}