Github Actions: App version Bumped to v1.4.40

This commit is contained in:
Yogesh Choudhary Paliyal
2025-05-23 15:15:43 +00:00
parent 0d6553b14c
commit b6d62dd153
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 35
versionCode = 1439
versionName = "1.4.39"
versionCode = 1440
versionName = "1.4.40"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {
@@ -0,0 +1 @@
fix crash happening for some users on app launch
+1 -1
View File
@@ -1 +1 @@
Improve UI/UX for the settings pages
fix crash happening for some users on app launch