mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01: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:
parent
e0e2d38ec1
commit
f5d4974d57
@ -34,7 +34,8 @@ android {
|
||||
* Changing them manually might break the compilation!
|
||||
*******************************************************/
|
||||
|
||||
compileSdkVersion androidCompileSdkVersion
|
||||
//compileSdkVersion androidCompileSdkVersion
|
||||
compileSdkVersion "android-33"
|
||||
buildToolsVersion androidBuildToolsVersion
|
||||
ndkVersion androidNdkVersion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user