All Projects → TangHuaiZhe → removeRes

TangHuaiZhe / removeRes

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

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to removeRes

FirebaseTestLab-Android
No description or website provided.
Stars: ✭ 50 (+212.5%)
Mutual labels:  gradle-plugin
fat-aar
The fat-aar plugin that can be used under android plugin 3.0.1 and gradle wrapper 4.4.
Stars: ✭ 32 (+100%)
Mutual labels:  gradle-plugin
stater
Android library for easy save data to bundle in Activity/Fragment.
Stars: ✭ 12 (-25%)
Mutual labels:  gradle-plugin
fabric-loom
Gradle build system plugin used to automate the setup of a minecraft mod development environment.
Stars: ✭ 150 (+837.5%)
Mutual labels:  gradle-plugin
kt2ts-gradle-plugin
Generate TypeScript from Kotlin (or any jvm language) by annotations
Stars: ✭ 15 (-6.25%)
Mutual labels:  gradle-plugin
ank
ΛNK: Compile time docs verification and evaluation for Kotlin and Java (Temporarily moved to Arrow-kt)
Stars: ✭ 52 (+225%)
Mutual labels:  gradle-plugin
parcl
Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux
Stars: ✭ 52 (+225%)
Mutual labels:  gradle-plugin
sphinx-gradle-plugin
Sphinx site generation plugin for Gradle
Stars: ✭ 19 (+18.75%)
Mutual labels:  gradle-plugin
sonar-scanner-gradle
SonarQube Scanner for Gradle
Stars: ✭ 132 (+725%)
Mutual labels:  gradle-plugin
VanillaGradle
A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
Stars: ✭ 61 (+281.25%)
Mutual labels:  gradle-plugin
kotlin-plugin-generated
A Kotlin compiler plugin that annotates Kotlin-generated methods for improved coverage reports
Stars: ✭ 33 (+106.25%)
Mutual labels:  gradle-plugin
gradle-jnlp-plugin
Gradle plugin to generate jnlp files, sign jars etc. for being able to start an application with Java Webstart
Stars: ✭ 19 (+18.75%)
Mutual labels:  gradle-plugin
Shot
Screenshot testing library for Android
Stars: ✭ 951 (+5843.75%)
Mutual labels:  gradle-plugin
kosogor
Defaults and simplified Kotlins-DSL interfaces for Gradle
Stars: ✭ 18 (+12.5%)
Mutual labels:  gradle-plugin
feature-flag-android
A Gradle plugin to achieve feature flag based development for Android applications.
Stars: ✭ 82 (+412.5%)
Mutual labels:  gradle-plugin
android-shortcut-gradle-plugin
Android Gradle plugin generates App Shortcuts shortcuts.xml for different flavors with different applicationId.
Stars: ✭ 20 (+25%)
Mutual labels:  gradle-plugin
DataBindingCompat
A Gradle plugin that makes databinding work well with appcompat
Stars: ✭ 13 (-18.75%)
Mutual labels:  gradle-plugin
ShieldAuto
🛡️ ShieldAuto is a Java based Gradle plugin to manage proguard config for release builds
Stars: ✭ 31 (+93.75%)
Mutual labels:  gradle-plugin
gradle-cleaner-intellij-plugin
Force clear delaying & no longer needed Gradle tasks.
Stars: ✭ 26 (+62.5%)
Mutual labels:  gradle-plugin
javacard-gradle-plugin
🔑 Gradle plugin for JavaCard development
Stars: ✭ 24 (+50%)
Mutual labels:  gradle-plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].