com.redmadrobot.android-config
所有者: red_mad_robot 团队
com.redmadrobot.application 和 com.redmadrobot.android-library 的配置
https://github.com/RedMadRobot/gradle-infrastructure
来源: https://github.com/RedMadRobot/gradle-infrastructure.git
版本 0.19.1 (最新)
0.19.1
创建于 2024 年 7 月 31 日。
com.redmadrobot.application 和 com.redmadrobot.android-library 的配置
使用 插件 DSL
plugins {
id("com.redmadrobot.android-config") version "0.19.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.redmadrobot.build:infrastructure-android:0.19.1")
}
}
apply(plugin = "com.redmadrobot.android-config")