]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - gradle.properties
Change the domain settings switches to spinners. https://redmine.stoutner.com/issues/407
[PrivacyBrowserAndroid.git] / gradle.properties
index e360d698c496ef7c3bf02fa2085ddc74eee55ea2..edf379e77479db0a781b6ed9195564cfc4bf6752 100644 (file)
@@ -38,6 +38,8 @@ 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
+
 android.defaults.buildfeatures.buildconfig=true
-android.nonTransitiveRClass=false
 android.nonFinalResIds=false