Github Actions: App version Bumped to v1.4.18

This commit is contained in:
Yogesh Choudhary Paliyal
2023-07-23 07:20:07 +00:00
parent 3ca71cf2f1
commit ab9030fbc5
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 33
versionCode = 1417
versionName = "1.4.17"
versionCode = 1418
versionName = "1.4.18"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {
@@ -0,0 +1 @@
Security updates: added encryption support database and local storage
+1 -1
View File
@@ -1 +1 @@
Password length will be saved now
Security updates: added encryption support database and local storage