X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=gradle.properties;h=4c64ae1e6e520687ac7c5db7d87d96937d912cca;hb=35dd941d73d9d72a1ae8c16add68f20615affada;hp=f3216710c5cb1cbea4fb44c385d0e04828c2c588;hpb=8142ac5fc2489de735de4b6fa21a1eae733ccfce;p=PrivacyBrowserAndroid.git diff --git a/gradle.properties b/gradle.properties index f3216710..4c64ae1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -# Copyright © 2019-2020,2022 Soren Stoutner . +# Copyright 2019-2020,2022-2023 Soren Stoutner . # # This file is part of Privacy Browser Android . # @@ -34,3 +34,12 @@ 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 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