We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c78e34 commit baa1257Copy full SHA for baa1257
1 file changed
gradle.properties
@@ -59,8 +59,8 @@ android.library.defaults.buildfeatures.androidresources=false
59
60
# Suppress warnings for some features that aren't yet stabilized
61
android.suppressUnsupportedOptionWarnings=android.keepWorkerActionServicesBetweenBuilds,\
62
- android.experimental.enableNewResourceShrinker,android.experimental.enableNewResourceShrinker.preciseShrinking,\
63
- android.enableAppCompileTimeRClass,android.experimental.enableSourceSetPathsMap,android.experimental.cacheCompileLibResources,\
+ android.experimental.enableNewResourceShrinker.preciseShrinking,\
+ android.enableAppCompileTimeRClass,\
64
android.suppressUnsupportedOptionWarnings
65
66
# OSSRH sometimes struggles with slow deployments, so this makes Gradle
0 commit comments