Github Actions: App version Bumped to v1.4.33

This commit is contained in:
Yogesh Choudhary Paliyal
2025-01-25 16:46:23 +00:00
parent de8dc31749
commit cc7e303191
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 35
versionCode = 1432
versionName = "1.4.32"
versionCode = 1433
versionName = "1.4.33"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {
@@ -0,0 +1 @@
Keyphrase checker to timely remember the keyphrase, Android 15 support
+1 -1
View File
@@ -1 +1 @@
Fix: Custom keyphrase not working, Added monochrome app icon
Keyphrase checker to timely remember the keyphrase, Android 15 support