Github Actions: App version Bumped to v1.4.28

This commit is contained in:
Yogesh Choudhary Paliyal
2024-06-02 16:18:35 +00:00
parent aab1a493ee
commit 5ea3f024e4
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -0,0 +1 @@
- Add About app screen, Password configuration from account detail page.

View File

@@ -1 +1 @@
Fix Same Account opening for each accounts from homepage.
- Add About app screen, Password configuration from account detail page.