Skip to content

Commit a7776cd

Browse files
committed
gradle: trim experimental list
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 606bd0d commit a7776cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ android.library.defaults.buildfeatures.androidresources=false
5959

6060
# Suppress warnings for some features that aren't yet stabilized
6161
android.suppressUnsupportedOptionWarnings=android.keepWorkerActionServicesBetweenBuilds,\
62-
android.experimental.enableNewResourceShrinker,android.experimental.enableNewResourceShrinker.preciseShrinking,\
63-
android.enableAppCompileTimeRClass,android.experimental.enableSourceSetPathsMap,android.experimental.cacheCompileLibResources,\
62+
android.experimental.enableNewResourceShrinker.preciseShrinking,\
63+
android.enableAppCompileTimeRClass,\
6464
android.suppressUnsupportedOptionWarnings
6565

6666
# OSSRH sometimes struggles with slow deployments, so this makes Gradle

0 commit comments

Comments
 (0)