Subversion Repositories tpanel

Rev

Rev 446 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
446 andreas 1
# Project-wide Gradle settings.
2
# For more details on how to configure your build environment visit
3
# http://www.gradle.org/docs/current/userguide/build_environment.html
4
# Specifies the JVM arguments used for the daemon process.
5
# The setting is particularly useful for tweaking memory settings.
6
org.gradle.jvmargs=-Xmx2048m
7
 
8
# Gradle caching allows reusing the build artifacts from a previous
9
# build with the same inputs. However, over time, the cache size will
10
# grow. Uncomment the following line to enable it.
11
#org.gradle.caching=true
12
android.useAndroidX=true
13
# Automatically convert third-party libraries to use AndroidX
14
android.enableJetifier=true
15
org.gradle.parallel=true
483 andreas 16
 
17
android.useAndroidX=true
18
androidBuildToolsVersion=33.0.0
19
androidCompileSdkVersion=android-33
20
androidNdkVersion=26.1.10909125
21
androidPackageName=org.qtproject.theosys
22
buildDir=build
23
qt5AndroidDir=/Volumes/Extern/Qt/6.8.0/android_arm64_v8a/src/android/java
24
qtAndroidDir=/Volumes/Extern/Qt/6.8.0/android_arm64_v8a/src/android/java
25
qtGradlePluginType=com.android.application
26
qtMinSdkVersion=30
27
qtTargetAbiList=arm64-v8a
28
qtTargetSdkVersion=33