Github Actions: App version Bumped to v1.4.30

This commit is contained in:
Yogesh Choudhary Paliyal
2024-08-03 04:54:45 +00:00
parent fec2b16cdd
commit 44421b6971
3 changed files with 4 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 34
versionCode = 1429
versionName = "1.4.29"
versionCode = 1430
versionName = "1.4.30"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {

View File

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

View File

@@ -1 +1 @@
Custom symbol selection option. Bug fixes and improvements
Minor Improvements