irgaly / android-remove-unused-resources-plugin

A gradle plugin to remove unused android resources by Android Lint results xml file.
https://plugins.gradle.org/plugin/io.github.irgaly.remove-unused-resources
Other
28 stars 1 forks source link

Gradle 8.1, AGP 8.0.0, Sample app Compose, deprecate disableLintConfig option #85

Closed irgaly closed 1 year ago

irgaly commented 1 year ago
github-actions[bot] commented 1 year ago

Diff changed:

--- sample.diff 2022-01-30 17:07:05
+++ sample.diff.new 2023-04-18 20:46:29
@@ -82,7 +82,8 @@
 diff --git a/sample/src/main/res/values/colors.xml b/sample/src/main/res/values/colors.xml
 --- a/sample/src/main/res/values/colors.xml
 +++ b/sample/src/main/res/values/colors.xml
-@@ -9,2 +8,0 @@
+@@ -4,3 +3,0 @@
+-    <color name="black">#FF000000</color>
 -    <color name="unused_color">#FFFFFF</color>
 -    <color name="unused_color_with_night_theme">#FFFFFF</color>
 diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml