1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Version bump to 1.5.5

This commit is contained in:
Ivan Savenko
2024-07-15 07:11:11 +00:00
parent 7328c9ffd6
commit 4ad81dcaf8
5 changed files with 11 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ android {
minSdk = qtMinSdkVersion as Integer
targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
versionCode 1540
versionName "1.5.4"
versionCode 1550
versionName "1.5.5"
setProperty("archivesBaseName", "vcmi")
}