Commit dc26b0ad684c02624e0cc215eab57c6ca67e1c28

Authored by 赵康
1 parent 9e8388286b
Exists in master

update version

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

... ... @@ -24,7 +24,7 @@ V5.2.2
24 24 //登录功能依赖
25 25 implementation 'com.gump:Passport:5.2.2'
26 26 //支付功能依赖
27   - implementation 'com.gump:Payment:5.1.2'
  27 + implementation 'com.gump:Payment:5.2.2'
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.1.2'
  48 + implementation 'com.gump:Payment:5.2.2'
49 49 // implementation project(':payment')
50 50 }