TangHuaiZhe / removeRes

一键移除Android项目中没有使用到的资源文件和Xml元素声明

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

removeRes

996.icu

移除Android项目中没有使用到的资源文件和xml value.

集成:

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.com.tangnb.plugin:removeRes:1.0.7"
  }
}

apply plugin: "com.tangnb.RemoveRes"

然后运行: ./gradlew RemoveRes --parallel

About

一键移除Android项目中没有使用到的资源文件和Xml元素声明


Languages

Language:Kotlin 100.0%