X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=gradle.properties;h=f3216710c5cb1cbea4fb44c385d0e04828c2c588;hp=e360d698c496ef7c3bf02fa2085ddc74eee55ea2;hb=refs%2Fheads%2Fmaster;hpb=5dd60cebd26469bcc597e1ccede8706fb403dfc1 diff --git a/gradle.properties b/gradle.properties index e360d698..4c64ae1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,9 +35,11 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" # Use AndroidX. android.useAndroidX=true -# Use the experimental configuration cache, which can speed up the build process in nothing in the configuration has changed. +# Use the experimental configuration cache, which can speed up the build process if nothing in the configuration has changed. org.gradle.unsafe.configuration-cache=true -android.defaults.buildfeatures.buildconfig=true -android.nonTransitiveRClass=false -android.nonFinalResIds=false +# Use non-transitive R classes, which speed up the build process when the configuration has not changed. +android.nonTransitiveRClass=true + +# Use non-final resource IDs for faster incremental compilation. +android.nonFinalResIds=true