]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - gradle.properties
Add a cancel action to the save URL snackbar. https://redmine.stoutner.com/issues/782
[PrivacyBrowserAndroid.git] / gradle.properties
index f3216710c5cb1cbea4fb44c385d0e04828c2c588..b8a7a3558285616cd39742bf2e10042329603a14 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2019-2020,2022 Soren Stoutner <soren@stoutner.com>.
+# Copyright 2019-2020,2022-2023 Soren Stoutner <soren@stoutner.com>.
 #
 # This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 #
@@ -34,3 +34,14 @@ 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
+
+# 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
+
+android.defaults.buildfeatures.buildconfig=true