Github Actions: App version Bumped to v1.4.19

This commit is contained in:
Yogesh Choudhary Paliyal
2023-07-29 07:51:57 +00:00
parent aae0f897f6
commit 83ab5d0255
3 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 33
versionCode = 1418
versionName = "1.4.18"
versionCode = 1419
versionName = "1.4.19"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {

View File

@@ -0,0 +1 @@
Fix major crash from v1.4.18

View File

@@ -1 +1 @@
Security updates: added encryption support database and local storage
Fix major crash from v1.4.18