1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Merge pull request #2426 from IvanSavenko/version_bump_14

Bump version to 1.4 on develop branch
This commit is contained in:
Ivan Savenko
2023-07-28 19:10:01 +03:00
committed by GitHub
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")
}