Github Actions: App version Bumped to v1.4.16

This commit is contained in:
Yogesh Choudhary Paliyal
2023-05-29 06:23:12 +00:00
parent f0f1e5cb74
commit 465afa73eb
3 changed files with 4 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId = appPackageId
minSdk = 23
targetSdk = 33
versionCode = 1415
versionName = "1.4.15"
versionCode = 1416
versionName = "1.4.16"
testInstrumentationRunner = "com.yogeshpaliyal.keypass.CustomTestRunner"
vectorDrawables {

View File

@@ -0,0 +1 @@
Bug Fixes and new languages added

View File

@@ -1 +1 @@
Added support for new languages, french, german, Italian, russian
Bug Fixes and new languages added