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:
parent
0c6c5869b0
commit
4c65136c00
@ -292,7 +292,8 @@
|
|||||||
"default-release"
|
"default-release"
|
||||||
],
|
],
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
|
||||||
|
"ANDROIDDEPLOYQT_OPTIONS" : "--aab"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user