NetGuard/gradle.properties

29 lines
1.2 KiB
Properties
Raw Permalink Normal View History

2015-10-24 18:01:55 +00:00
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# 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.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2017-07-06 05:57:09 +00:00
org.gradle.jvmargs=-Xmx500m
2015-10-24 18:01:55 +00:00
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2016-06-23 09:22:03 +00:00
# org.gradle.parallel=true
2017-08-11 16:57:34 +00:00
# http://android-developers.googleblog.com/2017/08/next-generation-dex-compiler-now-in.html
android.enableD8=true
2018-11-17 16:32:36 +00:00
android.useAndroidX=true
android.enableJetifier=true
2023-09-16 09:20:10 +00:00
android.enableR8.fullMode=false
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false