io.github.season-max.privacy_sentry
所有者: season
隐私哨兵的Gradle插件
https://github.com/season-max/zy_privacy_sentry
来源: https://github.com/season-max/zy_privacy_sentry
使用插件DSL
plugins {
id("io.github.season-max.privacy_sentry") version "0.41"
}
使用传统插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.season-max:privacy-plugin:0.41")
}
}
apply(plugin = "io.github.season-max.privacy_sentry")