Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eritpchy committed Nov 18, 2023
1 parent 5e2c236 commit 571a2a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 33
versionCode 30
versionName "4.99.6"
versionName "4.99.7"
buildConfigField "String", "APP_PRODUCT_NAME", "\"FingerprintPay\""
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private void showUpdatePasswordViewDialog() {

private void updatePassword(DialogInterface passwordInputDialog, final String password) {
Context context = this.getContext();
Config config = Config.from(context);
BizBiometricIdentify fingerprintIdentify = new BizBiometricIdentify(context);
AlertDialog fingerprintVerificationDialog = new FingerprintVerificationView(context)
.withOnCloseImageClickListener((target, v) -> {
Expand Down

0 comments on commit 571a2a8

Please sign in to comment.