|
|
|
|
@ -6,8 +6,6 @@ |
|
|
|
|
# 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.daemon=true |
|
|
|
|
org.gradle.parallel=true |
|
|
|
|
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 |
|
|
|
|
# When configured, Gradle will run in incubating parallel mode. |
|
|
|
|
# This option should only be used with decoupled projects. More details, visit |
|
|
|
|
@ -21,4 +19,7 @@ android.enableJetifier=true |
|
|
|
|
# Enables namespacing of each library's R class so that its R class includes only the |
|
|
|
|
# resources declared in the library itself and none from the library's dependencies, |
|
|
|
|
# thereby reducing the size of the R class for that library |
|
|
|
|
android.nonTransitiveRClass=true |
|
|
|
|
android.useFullClasspathForDexingTransform=true |
|
|
|
|
android.defaults.buildfeatures.buildconfig=true |
|
|
|
|
android.nonTransitiveRClass=true |
|
|
|
|
android.nonFinalResIds=false |