1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Back to the previous workaround

Until we can switch to something newer than Qt 6.4.0 (which we can't due to
numerous Qt bugs...), we have to hardcode the android SDK version here due
to QTBUG-112465.
This commit is contained in:
Martin Tůma 2023-08-18 23:24:54 +02:00
parent e0e2d38ec1
commit f5d4974d57

View File

@ -34,7 +34,8 @@ android {
* Changing them manually might break the compilation!
*******************************************************/
compileSdkVersion androidCompileSdkVersion
//compileSdkVersion androidCompileSdkVersion
compileSdkVersion "android-33"
buildToolsVersion androidBuildToolsVersion
ndkVersion androidNdkVersion