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 fixed 切换为密码键盘时无法输入
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Feb 22, 2020
1 parent 7c82a51 commit a63c9b3
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_wechat"
def moduleProp = [
name : "指纹支付 - 微信",
version : "v3.9.6",
version : "v3.9.7",
versionCode: "1",
author : "Jason Eric",
description: "让微信支持指纹支付 Fingerprint pay for wechat.",
Expand Down
Binary file modified module/libs/fingerprint-pay-wechat-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_wechat.dex"
adb shell rm -f "/data/local/tmp/libxfingerprint_pay_wechat.dex"
adb push ./out/*.zip /sdcard/Download/

0 comments on commit a63c9b3

Please sign in to comment.