Skip to content

Commit b121f1b

Browse files
committed
Github Actions: App version Bumped to v1.4.36
1 parent c583301 commit b121f1b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = appPackageId
2020
minSdk = 23
2121
targetSdk = 35
22-
versionCode = 1435
23-
versionName = "1.4.35"
22+
versionCode = 1436
23+
versionName = "1.4.36"
2424

2525
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
2626
vectorDrawables {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added option to enable password reminder, if biometric is enabled in 24 hours

whatsnew/whatsnew-en-US

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A critical bug causing password loss and app crashes has been fixed in this release. Unfortunately, passwords present before this update are unrecoverable. A clean app reinstallation is required: please uninstall your current KeyPass version and reinstall from the app store. We sincerely apologize for this data loss and inconvenience, and appreciate your understanding as we've taken steps to prevent future occurrences.
1+
- Added option to enable password reminder, if biometric is enabled in 24 hours

0 commit comments

Comments
 (0)