# Specifies the JVM arguments used for the daemon process org.gradle.jvmargs=-Xms512m -Xmx4g -XX:+UseParallelGC -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError \ -Dfile.encoding=UTF-8 org.gradle.caching=true org.gradle.parallel=true org.gradle.configureondemand=true # Use AndroidX library instead of a Support Library android.useAndroidX=true # Disable adding android:testOnly attribute to the manifest android.injected.testOnly=false # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official # Disable providing custom values to resources from buildscript by default android.defaults.buildfeatures.resvalues=false # Disable compileShaders tasks by default android.defaults.buildfeatures.shaders=false # Disable Android resource processing for libraries by default android.library.defaults.buildfeatures.androidresources=false # Qt variables # At build time androiddeployqt replaces these values with: # androidCompileSdkVersion - androiddeployqt --android-platform parameter # androidBuildToolsVersion - QT_ANDROID_SDK_BUILD_TOOLS_REVISION cmake target parameter # qtMinSdkVersion - QT_ANDROID_MIN_SDK_VERSION cmake target parameter # qtTargetSdkVersion - QT_ANDROID_TARGET_SDK_VERSION cmake target parameter # androidNdkVersion - version from ANDROID_NDK_ROOT environment variable # qtTargetAbiList - qt-cmake QT_ANDROID_ABIS parameter # qtAndroidDir - path to qt binding java source code # buildDir - hardcoded "build" value in androiddeployqt # For development copy and set local values for these parameters in local.properties #androidCompileSdkVersion=android-34 #androidBuildToolsVersion=34.0.0 #qtMinSdkVersion=24 #qtTargetSdkVersion=34 #androidNdkVersion=26.1.10909125 #qtTargetAbiList=x86_64 #qtAndroidDir=/QT_BASE/android_ABI/src/android/java #buildDir=build # Note about qtAndroidDir: # Some IDEs (for example, IntelliJ IDEA) may index all data from a common root of the project and qtAndroidDir. # Therefore, it's recommended to copy qt android files to a directory inside the project # and specify the path to that directory in qtAndroidDir.