Github Actions: App version Bumped to v1.4.37

This commit is contained in:
Yogesh Choudhary Paliyal
2025-04-09 16:56:59 +00:00
parent 4ed3cb4427
commit 21d9acf228
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -0,0 +1 @@
AutoFill service is now available

View File

@@ -1 +1 @@
- Added option to enable password reminder, if biometric is enabled in 24 hours
AutoFill service is now available