X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=gradle.properties;h=e360d698c496ef7c3bf02fa2085ddc74eee55ea2;hp=4bc0643bbc311d807dc6f5ba0e780e77d38a2976;hb=5dd60cebd26469bcc597e1ccede8706fb403dfc1;hpb=6d4644db8bed024d0f4d4cfb7cc8d1dcef3789fe diff --git a/gradle.properties b/gradle.properties index 4bc0643b..e360d698 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,6 +35,9 @@ 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. +org.gradle.unsafe.configuration-cache=true + android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false