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.19
0.19
Created 26 July 2024.
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.19"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.redmadrobot.build:infrastructure-android:0.19") } } apply(plugin = "com.redmadrobot.android-config")
- Applying plugins to all subprojects .