Github Actions: App version Bumped to v1.4.36

This commit is contained in:
Yogesh Choudhary Paliyal
2025-02-06 18:42:19 +00:00
parent c583301dd3
commit b121f1bd52
3 changed files with 4 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 35
versionCode = 1435
versionName = "1.4.35"
versionCode = 1436
versionName = "1.4.36"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {

View File

@@ -0,0 +1 @@
- Added option to enable password reminder, if biometric is enabled in 24 hours

View File

@@ -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.
- Added option to enable password reminder, if biometric is enabled in 24 hours