com.github.wrdlbrnft.proguard-annotations
所有者: Xaver Kapeller
使处理 Proguard 变得简单和容易!
https://github.com/Wrdlbrnft/ProguardAnnotations
源文件: https://github.com/Wrdlbrnft/ProguardAnnotations
使用 插件 DSL
plugins {
id("com.github.wrdlbrnft.proguard-annotations") version "0.3.0.12"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.ProguardAnnotations:proguard-annotations:0.3.0.12")
}
}
apply(plugin = "com.github.wrdlbrnft.proguard-annotations")
使用 插件 DSL
plugins {
id "com.github.wrdlbrnft.proguard-annotations" version "0.3.0.12"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.ProguardAnnotations:proguard-annotations:0.3.0.12"
}
}
apply plugin: "com.github.wrdlbrnft.proguard-annotations"