]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - gradle.properties
First wrong button text in View Headers in night theme. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / gradle.properties
index e360d698c496ef7c3bf02fa2085ddc74eee55ea2..4c64ae1e6e520687ac7c5db7d87d96937d912cca 100644 (file)
@@ -35,9 +35,11 @@ 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
 
-android.defaults.buildfeatures.buildconfig=true
-android.nonTransitiveRClass=false
-android.nonFinalResIds=false
+# 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