com.github.aman400.gradlebot
Owner: Amandeep Anguralla
A custom build automation plugin for Android build automation.
https://github.com/aman400/GradleBotPlugin
Sources: https://github.com/aman400/GradleBotPlugin
Version 0.2.1 (latest)
0.2.1
Created 21 May 2019.
A custom build automation plugin for Android build automation.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.aman400.gradlebot") version "0.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.aman400.gradlebot:GradleBotPlugin:0.2.1") } } apply(plugin = "com.github.aman400.gradlebot")
- Applying plugins to all subprojects .