1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-19 00:17:56 +02:00

Bump version to 1.6.6

This commit is contained in:
Ivan Savenko
2025-02-03 21:06:30 +00:00
parent e113622dc3
commit aa59d6ac72
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 1650
versionName "1.6.5"
versionCode 1660
versionName "1.6.6"
setProperty("archivesBaseName", "vcmi")
}