Github Actions: App version Bumped to v1.4.25

This commit is contained in:
Yogesh Choudhary Paliyal
2024-03-30 06:03:45 +00:00
parent 5bc49f2db6
commit 1ce1b4f8c8
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 34
versionCode = 1424
versionName = "1.4.24"
versionCode = 1425
versionName = "1.4.25"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {
@@ -0,0 +1 @@
Minor Improvements