Github Actions: App version Bumped to v1.4.24

This commit is contained in:
Yogesh Choudhary Paliyal
2024-03-30 06:01:05 +00:00
parent 9afb8a5804
commit 5bc49f2db6
3 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 34
versionCode = 1423
versionName = "1.4.23"
versionCode = 1424
versionName = "1.4.24"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {

View File

@@ -0,0 +1 @@
Minor Improvements

View File

@@ -1 +1 @@
Bug fixes
Minor Improvements