]> 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 edf379e77479db0a781b6ed9195564cfc4bf6752..b8a7a3558285616cd39742bf2e10042329603a14 100644 (file)
@@ -41,5 +41,7 @@ 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
-android.nonFinalResIds=false