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