X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=gradle.properties;h=4c64ae1e6e520687ac7c5db7d87d96937d912cca;hb=e6befb69eb16e4c633623df508bfb9de370e204f;hp=4bc0643bbc311d807dc6f5ba0e780e77d38a2976;hpb=6d4644db8bed024d0f4d4cfb7cc8d1dcef3789fe;p=PrivacyBrowserAndroid.git diff --git a/gradle.properties b/gradle.properties index 4bc0643b..4c64ae1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,6 +35,11 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" # Use AndroidX. android.useAndroidX=true -android.defaults.buildfeatures.buildconfig=true -android.nonTransitiveRClass=false -android.nonFinalResIds=false +# 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 + +# 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