X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=gradle.properties;fp=gradle.properties;h=4c64ae1e6e520687ac7c5db7d87d96937d912cca;hp=b8a7a3558285616cd39742bf2e10042329603a14;hb=83a2b6e5635956bb940642e0e5beb47453145dc3;hpb=bc29bcf998135032c958dc1926f70f3749173f3e diff --git a/gradle.properties b/gradle.properties index b8a7a355..4c64ae1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,7 +35,7 @@ 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 # Use non-transitive R classes, which speed up the build process when the configuration has not changed. @@ -43,5 +43,3 @@ android.nonTransitiveRClass=true # Use non-final resource IDs for faster incremental compilation. android.nonFinalResIds=true - -android.defaults.buildfeatures.buildconfig=true