Commit 998c3827adcc73be0093fd639d5ca522a6460268

Authored by 赵康
1 parent 28c9154f7c
Exists in master

支付升级5.2.5:增加渠道参数

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

1 1 # Gump SDK 5 for Android接入文档
2 2  
3 3 V5
4   -2019年07月18
  4 +2019年08月01
5 5  
6 6 ## 版本概述
7 7  
... ... @@ -24,7 +24,7 @@ V5
24 24 //登录功能依赖
25 25 implementation 'com.gump:Passport:5.2.2'
26 26 //支付功能依赖
27   - implementation 'com.gump:Payment:5.2.4'
  27 + implementation 'com.gump:Payment:5.2.5'
28 28 }
29 29  
30 30 ### 2.修改AndroidManifest.xml文件
... ... @@ -45,6 +45,6 @@ dependencies {
45 45 implementation 'com.gump:Passport:5.2.2'
46 46 // implementation project(':passport')
47 47 //支付功能依赖
48   - implementation 'com.gump:Payment:5.2.4'
  48 + implementation 'com.gump:Payment:5.2.5'
49 49 // implementation project(':payment')
50 50 }