1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Bump version to 1.4

This commit is contained in:
Ivan Savenko
2023-07-27 19:14:47 +03:00
parent c3584f7f91
commit f78e766a2d
4 changed files with 10 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "is.xyz.vcmi"
minSdk 19
targetSdk 31
versionCode 1201
versionName "1.2.1"
versionCode 1400
versionName "1.4.0"
setProperty("archivesBaseName", "vcmi")
}