From dc26b0ad684c02624e0cc215eab57c6ca67e1c28 Mon Sep 17 00:00:00 2001 From: King Date: Tue, 11 Jun 2019 10:07:32 +0800 Subject: [PATCH] update version --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53ea5a8..573dd47 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ V5.2.2 //登录功能依赖 implementation 'com.gump:Passport:5.2.2' //支付功能依赖 - implementation 'com.gump:Payment:5.1.2' + implementation 'com.gump:Payment:5.2.2' } ### 2.修改AndroidManifest.xml文件 diff --git a/app/build.gradle b/app/build.gradle index f2bb101..ad12a1f 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.1.2' + implementation 'com.gump:Payment:5.2.2' // implementation project(':payment') } -- 2.0.0