From 7eb853ba24782a5b378be6dccb4e80a9f0001481 Mon Sep 17 00:00:00 2001 From: King Date: Tue, 6 Aug 2019 13:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B7=B7=E6=B7=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- app/build.gradle | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8817d2..4a62c8f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Gump SDK 5 for Android接入文档 V5 -2019年08月01日 +2019年08月06日 ## 版本概述 @@ -22,7 +22,7 @@ V5 } dependencies { //登录功能依赖 - implementation 'com.gump:Passport:5.2.2' + implementation 'com.gump:Passport:5.2.3' //支付功能依赖 implementation 'com.gump:Payment:5.2.5' } @@ -190,5 +190,9 @@ PurchaseCallback为支付状态回调接口,此接口含有3个方法 Ø 请开发者在混淆配置文件proguard.cfg或proguard-project.txt的最后加上 -keep class com.gump.payment.web.* {*;} + -keepclassmembers class com.gump.gpassport.LinkHandler{ + public ; + } + -keepclassmembers class com.gump.gpassport.LinkHandler$Result{*;} 使得混淆的时候不会影响SDK的命名空间。 \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index fbcf436..3b3284e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { // implementation 'com.gump:base:5.1.1' // implementation project(':base') // 登录功能依赖 - implementation 'com.gump:Passport:5.2.2' + implementation 'com.gump:Passport:5.2.3' // implementation project(':passport') //支付功能依赖 implementation 'com.gump:Payment:5.2.5' -- 2.0.0