We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47553f commit 717573dCopy full SHA for 717573d
gradle.properties
@@ -22,3 +22,6 @@ android.useAndroidX=true
22
23
# Print dependency analysis results to the console
24
dependency.analysis.print.build.health=true
25
+
26
+# Enable optimized resource shrinking (enabled by default in AGP 9.x)
27
+android.r8.optimizedResourceShrinking=true
0 commit comments