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

Version bump to 1.5.4

This commit is contained in:
Ivan Savenko
2024-07-05 13:48:24 +00:00
parent 11a3da3f4f
commit 0de7e431f0
4 changed files with 10 additions and 3 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 1535
versionName "1.5.3"
versionCode 1540
versionName "1.5.4"
setProperty("archivesBaseName", "vcmi")
}