Commit 28c9154f7c0115523b7419388e891e83862d1505

Authored by 赵康
1 parent 020faf4c86
Exists in master

升级支付,解决google支付结果校验问题

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

1 1 # Gump SDK 5 for Android接入文档
2 2  
3 3 V5
4   -2019年07月16
  4 +2019年07月18
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.3'
  27 + implementation 'com.gump:Payment:5.2.4'
28 28 }
29 29  
30 30 ### 2.修改AndroidManifest.xml文件
... ... @@ -84,6 +84,9 @@ Actinos枚举:
84 84 SIGN 登录
85 85 SWITCH_PENDING 切换PlayGame账号,需重启游戏
86 86 SWITCH 已切换甘普账号,需重新加载用户角色信息
  87 +调用登录
  88 +
  89 + passport.signIn(Activity);
87 90  
88 91 接下来,添加生命周期处理方法
89 92  
... ... @@ -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.3'
  48 + implementation 'com.gump:Payment:5.2.4'
49 49 // implementation project(':payment')
50 50 }