com.redmadrobot.android-library
Owner: red_mad_robot Team
Plugin to reduce boilerplate in Android libraries build scripts
https://github.com/RedMadRobot/gradle-infrastructure
Sources: https://github.com/RedMadRobot/gradle-infrastructure.git
Version 0.13
0.13
Created 14 December 2021.
Plugin to reduce boilerplate in Android libraries build scripts
Add this plugin to your build using the plugins DSL:
plugins {
id("com.redmadrobot.android-library") version "0.13"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.redmadrobot.build:infrastructure-android:0.13") } } apply(plugin = "com.redmadrobot.android-library")
- Applying plugins to all subprojects .