mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Try to generate aab instead of apk
This commit is contained in:
		| @@ -292,7 +292,8 @@ | ||||
|                 "default-release" | ||||
|             ], | ||||
|             "cacheVariables": { | ||||
|                 "CMAKE_BUILD_TYPE": "RelWithDebInfo" | ||||
|                 "CMAKE_BUILD_TYPE": "RelWithDebInfo", | ||||
|                 "ANDROIDDEPLOYQT_OPTIONS" : "--aab" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|   | ||||
| @@ -26,7 +26,7 @@ android { | ||||
| 		minSdk = qtMinSdkVersion as Integer | ||||
| 		targetSdk = qtTargetSdkVersion as Integer // ANDROID_TARGET_SDK_VERSION in the CMake project | ||||
|  | ||||
| 		versionCode 1532 | ||||
| 		versionCode 1533 | ||||
| 		versionName "1.5.3" | ||||
|  | ||||
| 		setProperty("archivesBaseName", "vcmi") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user