com.redmadrobot.android-library
所有者: red_mad_robot 团队
插件可减少Android库构建脚本中的样板内容
https://github.com/RedMadRobot/gradle-infrastructure
来源: https://github.com/RedMadRobot/gradle-infrastructure.git
使用 插件DSL
plugins {
id("com.redmadrobot.android-library") 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-library")