mirror of https://github.com/readrops/Readrops.git
Fix some build performance warnings
This commit is contained in:
parent
bbda92a9df
commit
84a8377e9e
|
@ -6,13 +6,12 @@
|
|||
# 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.
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
kapt.incremental.apt=true
|
||||
org.gradle.parallel=true
|
||||
android.defaults.buildfeatures.buildconfig=false
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
||||
android.nonFinalResIds=true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue