com.daofeng.robust
所有者: 752461670
适用于 Android 的 hotfix 插件
https://github.com/Meituan-Dianping/Robust
资源: https://github.com/Meituan-Dianping/Robust
版本 1.0.7(最新版)
1.0.7
创建于 2021 年 11 月 5 日。
此插件版本将在 JCenter 成为 Maven Central 的永久重定向后不再解决,因为它仅使用在 JCenter 中可找到的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact
使用 plugins DSL
plugins {
id("com.daofeng.robust") version "1.0.7"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.daofeng.hotfix:gradle-plugin:1.0.7")
}
}
apply(plugin = "com.daofeng.robust")
使用 plugins DSL
plugins {
id "com.daofeng.robust" version "1.0.7"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.daofeng.hotfix:gradle-plugin:1.0.7"
}
}
apply plugin: "com.daofeng.robust"