com.trevjonez.android-components
Owner: Trevor Jones
Variant aware android publishing, via `maven-publish` plugin.
https://github.com/trevjonez/android-components-plugin
Sources: git@github.com:trevjonez/android-components-plugin.git
Version 0.1.0 (latest)
0.1.0
Created 07 September 2018.
Variant aware android publishing, via `maven-publish` plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.trevjonez.android-components") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.trevjonez.android-components:plugin:0.1.0") } } apply(plugin = "com.trevjonez.android-components")
- Applying plugins to all subprojects .