Github Actions: App version Bumped to v1.4.29

This commit is contained in:
Yogesh Choudhary Paliyal
2024-06-16 16:34:34 +00:00
parent ea8a4b6f6c
commit 8d97d01faf
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -0,0 +1 @@
Custom symbol selection option. Bug fixes and improvements

View File

@@ -1 +1 @@
- Add About app screen, Password configuration from account detail page. Custom symbol selection option. Bug fixes and improvements