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

Commit a63c9b3

Browse files
committed
+ 3.9.7 fixed 切换为密码键盘时无法输入
1 parent 7c82a51 commit a63c9b3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

module/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
def moduleId = "module_xfingerprint_pay_wechat"
2121
def moduleProp = [
2222
name : "指纹支付 - 微信",
23-
version : "v3.9.6",
23+
version : "v3.9.7",
2424
versionCode: "1",
2525
author : "Jason Eric",
2626
description: "让微信支持指纹支付 Fingerprint pay for wechat.",
-84 Bytes
Binary file not shown.

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -e
33
cd ${0%/*}
44
./gradlew clean
55
./gradlew :module:assembleRelease
6-
adb shell rm -fv "/data/local/tmp/libxfingerprint_pay_wechat.dex"
6+
adb shell rm -f "/data/local/tmp/libxfingerprint_pay_wechat.dex"
77
adb push ./out/*.zip /sdcard/Download/

0 commit comments

Comments
 (0)