1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

Try to generate aab instead of apk

This commit is contained in:
Ivan Savenko 2024-06-21 14:58:33 +00:00
parent 0c6c5869b0
commit 4c65136c00
2 changed files with 3 additions and 2 deletions

View File

@ -292,7 +292,8 @@
"default-release" "default-release"
], ],
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo" "CMAKE_BUILD_TYPE": "RelWithDebInfo",
"ANDROIDDEPLOYQT_OPTIONS" : "--aab"
} }
}, },
{ {

View File

@ -26,7 +26,7 @@ android {
minSdk = qtMinSdkVersion as Integer minSdk = qtMinSdkVersion as Integer
targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project
versionCode 1532 versionCode 1533
versionName "1.5.3" versionName "1.5.3"
setProperty("archivesBaseName", "vcmi") setProperty("archivesBaseName", "vcmi")