From 28c9154f7c0115523b7419388e891e83862d1505 Mon Sep 17 00:00:00 2001 From: King Date: Thu, 18 Jul 2019 11:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=94=AF=E4=BB=98,=E8=A7=A3?= =?UTF-8?q?=E5=86=B3google=E6=94=AF=E4=BB=98=E7=BB=93=E6=9E=9C=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- app/build.gradle | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c1dda3..d2439b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gump SDK 5 for Android接入文档 V5 -2019年07月16日 +2019年07月18日 ## 版本概述 @@ -24,7 +24,7 @@ V5 //登录功能依赖 implementation 'com.gump:Passport:5.2.2' //支付功能依赖 - implementation 'com.gump:Payment:5.2.3' + implementation 'com.gump:Payment:5.2.4' } ### 2.修改AndroidManifest.xml文件 @@ -84,6 +84,9 @@ Actinos枚举: SIGN 登录 SWITCH_PENDING 切换PlayGame账号,需重启游戏 SWITCH 已切换甘普账号,需重新加载用户角色信息 +调用登录 + + passport.signIn(Activity); 接下来,添加生命周期处理方法 diff --git a/app/build.gradle b/app/build.gradle index 9ca7e6d..783bbeb 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.3' + implementation 'com.gump:Payment:5.2.4' // implementation project(':payment') } -- 2.0.0