-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (24 loc) · 992 Bytes
/
gradle.properties
File metadata and controls
28 lines (24 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# https://developer.android.com/build/optimize-your-build
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1g
org.gradle.parallel=true
# configuration cache [https://docs.gradle.org/current/userguide/configuration_cache.html]
org.gradle.configuration-cache=true
#org.gradle.configuration-cache.problems=warn
# https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true
android.enableR8.fullMode=false
android.defaults.buildfeatures.resvalues=true
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
android.enableAppCompileTimeRClass=false
android.usesSdkInManifest.disallowed=false
android.uniquePackageNames=false
android.dependency.useConstraints=true
android.r8.strictFullModeForKeepRules=false
android.r8.optimizedResourceShrinking=false
android.builtInKotlin=false
android.newDsl=false