Github Actions: App version Bumped to v1.4.23

This commit is contained in:
Yogesh Choudhary Paliyal
2023-09-22 10:27:49 +00:00
parent c2d2eb084f
commit fc1ec1a535
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -0,0 +1 @@
Bug fixes

View File

@@ -1 +1 @@
Fix App crashing on app start
Bug fixes