Github Actions: App version Bumped to v1.4.27

This commit is contained in:
Yogesh Choudhary Paliyal
2024-04-21 06:17:43 +00:00
parent a797b22876
commit b190936f33
3 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 34
versionCode = 1426
versionName = "1.4.26"
versionCode = 1427
versionName = "1.4.27"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {

View File

@@ -0,0 +1 @@
Fix Same Account opening for each accounts from homepage.

View File

@@ -1 +1 @@
Minor Improvements
Fix Same Account opening for each accounts from homepage.