Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
+ 3.9.7 适配 支付宝 10.1.87.7000
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Feb 26, 2020
1 parent adfdacf commit 65fb440
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
def moduleId = "module_xfingerprint_pay_alipay"
def moduleProp = [
name : "指纹支付 - 支付宝",
version : "v3.9.6",
version : "v3.9.7",
versionCode: "1",
author : "Jason Eric",
description: "让支付宝支持指纹支付 Fingerprint pay for Alipay.",
Expand Down
Binary file modified module/libs/fingerprint-pay-alipay-magisk.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -e
cd ${0%/*}
./gradlew clean
./gradlew :module:assembleRelease
adb shell rm -fv "/data/local/tmp/libxfingerprint_pay_alipay.dex"
adb shell rm -f "/data/local/tmp/libxfingerprint_pay_alipay.dex"
adb push ./out/*.zip /sdcard/Download/

0 comments on commit 65fb440

Please sign in to comment.