1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

broken androiddeployqt workaround

This commit is contained in:
Martin Tůma 2023-08-18 22:48:42 +02:00
parent 836163a8b2
commit 80b9dcfd5e

View File

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