com.redmadrobot.android-config
Owner: red_mad_robot Team
Configs for com.redmadrobot.application and com.redmadrobot.android-library
https://github.com/RedMadRobot/gradle-infrastructure
Sources: https://github.com/RedMadRobot/gradle-infrastructure.git
Version 0.17
0.17
Created 29 July 2022.
Configs for com.redmadrobot.application and com.redmadrobot.android-library
Add this plugin to your build using the plugins DSL:
plugins {
id("com.redmadrobot.android-config") version "0.17"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.redmadrobot.build:infrastructure-android:0.17") } } apply(plugin = "com.redmadrobot.android-config")
- Applying plugins to all subprojects .