Github Actions: App version Bumped to v1.4.31

This commit is contained in:
Yogesh Choudhary Paliyal
2024-08-03 04:58:03 +00:00
parent 44421b6971
commit 1b8e6d8189
2 changed files with 3 additions and 2 deletions

View File

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

View File

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