From 6e9ca435ca123a74d3162327d2cb13515a40ab52 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 27 Apr 2023 13:51:25 +0200 Subject: gradle: trim experimental list Signed-off-by: Jason A. Donenfeld --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3efc9b38..db5593b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -59,8 +59,8 @@ android.library.defaults.buildfeatures.androidresources=false # Suppress warnings for some features that aren't yet stabilized android.suppressUnsupportedOptionWarnings=android.keepWorkerActionServicesBetweenBuilds,\ - android.experimental.enableNewResourceShrinker,android.experimental.enableNewResourceShrinker.preciseShrinking,\ - android.enableAppCompileTimeRClass,android.experimental.enableSourceSetPathsMap,android.experimental.cacheCompileLibResources,\ + android.experimental.enableNewResourceShrinker.preciseShrinking,\ + android.enableAppCompileTimeRClass,\ android.suppressUnsupportedOptionWarnings # OSSRH sometimes struggles with slow deployments, so this makes Gradle -- cgit v1.2.3