Skip to content

Commit 46059ad

Browse files
committed
pingpp-android-upacp upgrade to 3.5.9
1 parent 7205f8f commit 46059ad

18 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:6.8.0' // 使用微信支付时添加,具体版本参考微信官方文档或者 jcenter
7878
implementation(group: "", name: "alipaysdk-noutdid-15.8.06.211122165332", ext: "aar") // 使用支付宝时添加(包含 UTDID)
7979
// implementation(group = "", name = "alipaysdk-15.8.06.211122170115", ext = "aar") // 使用支付宝时添加(不包含 UTDID)
80-
implementation 'com.pingxx:pingpp-android-upacp:3.4.9' // 使用银联支付时添加
80+
implementation(group: "", name: "pingpp-android-upacp-3.5.9", ext: "aar") // 使用银联支付时添加
8181
implementation 'com.pingxx:pingpp-qpay:2.1.19' // 使用QQ钱包时添加
8282
implementation 'com.pingxx:pingpp-android-cmbwallet:1.1.1' // 使用招行一网通时添加
8383
implementation 'com.pingxx:pingpp-ccbpay:2.1.19' // 使用建行支付时添加

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
// 使用支付宝时添加(包含 UTDID)
4545
// implementation(group = "", name = "alipaysdk-15.8.06.211122170115", ext = "aar")
4646
// 使用银联支付时添加
47-
implementation 'com.pingxx:pingpp-android-upacp:3.4.9'
47+
implementation(group: "", name: "pingpp-android-upacp-3.5.9", ext: "aar")
4848
// 使用QQ钱包时添加
4949
implementation 'com.pingxx:pingpp-qpay:2.1.19'
5050
// 使用招行一网通时添加

lib/pingpp/assets/data.bin

-164 KB
Binary file not shown.

lib/pingpp/libs/UPPayAssistEx.jar

-137 KB
Binary file not shown.
-608 KB
Binary file not shown.
1.92 MB
Binary file not shown.
-173 KB
Binary file not shown.
-759 KB
Binary file not shown.
-759 KB
Binary file not shown.
-109 KB
Binary file not shown.

0 commit comments

Comments
 (0)