io.github.noproxy.android-consumer-proguard-filtering-plugin
Owner: Yi Yazhou
A plugin to filter consumer proguard rules for Android
https://noproxy.github.io/gradle-plugin-kit
Sources: https://github.com/noproxy/gradle-plugin-kit
Version 0.0.1
0.0.1
Created 18 October 2019.
A plugin to filter consumer proguard rules for Android
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.noproxy.android-consumer-proguard-filtering-plugin") version "0.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.noproxy:android-consumer-proguard-filtering-plugin:0.0.1") } } apply(plugin = "io.github.noproxy.android-consumer-proguard-filtering-plugin")
- Applying plugins to all subprojects .