X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=gradle.properties;h=b8a7a3558285616cd39742bf2e10042329603a14;hp=edf379e77479db0a781b6ed9195564cfc4bf6752;hb=2f0d40bbfc1aca5d88e711422cec58d912b66884;hpb=09795c801b5e5d85beb63259a2d9cb39f756fa61 diff --git a/gradle.properties b/gradle.properties index edf379e7..b8a7a355 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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