X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=gradle.properties;h=b8a7a3558285616cd39742bf2e10042329603a14;hb=b75067d9fa0ab792f623e14e39628448eb8f6145;hp=e360d698c496ef7c3bf02fa2085ddc74eee55ea2;hpb=5dd60cebd26469bcc597e1ccede8706fb403dfc1;p=PrivacyBrowserAndroid.git diff --git a/gradle.properties b/gradle.properties index e360d698..b8a7a355 100644 --- a/gradle.properties +++ b/gradle.properties @@ -38,6 +38,10 @@ 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 + +# Use non-final resource IDs for faster incremental compilation. +android.nonFinalResIds=true + android.defaults.buildfeatures.buildconfig=true -android.nonTransitiveRClass=false -android.nonFinalResIds=false