Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
None
-
6.1.0
Description
Android "build-tools;28.0.3" is always installed by androiddeployqt / gradle, despite of
gradle.properties
# Project-wide Gradle settings. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. org.gradle.jvmargs=-Xmx2048m # Gradle caching allows reusing the build artifacts from a previous # build with the same inputs. However, over time, the cache size will # grow. Uncomment the following line to enable it. #org.gradle.caching=true android.bundle.enableUncompressedNativeLibs=false androidBuildToolsVersion=30.0.2 androidCompileSdkVersion=30 buildDir=build qt5AndroidDir=... qtMinSdkVersion=23 qtTargetSdkVersion=29
Attachments
Issue Links
- relates to
-
QTBUG-105510 Qt 6.5.0: Update gradle
- Closed