Github Actions: App version Bumped to v1.4.32

This commit is contained in:
Yogesh Choudhary Paliyal
2024-08-10 07:18:01 +00:00
parent 1eecb6d5b2
commit df2048656a
3 changed files with 4 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 34
versionCode = 1431
versionName = "1.4.31"
versionCode = 1432
versionName = "1.4.32"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {

View File

@@ -0,0 +1 @@
Fix: Custom keyphrase not working, Added monochrome app icon

View File

@@ -1 +1 @@
Minor Improvements
Fix: Custom keyphrase not working, Added monochrome app icon