uk.co.danielbaxter.stringgenerator
所有者: Daniel Baxter
生成一个围绕Android字符串资源的包装类,以便在表示层中使用
https://bitbucket.org/DantheCodingGui/stringsgenerator
来源: https://bitbucket.org/DantheCodingGui/stringsgenerator
使用插件DSL
plugins {
id("uk.co.danielbaxter.stringgenerator") version "1.0.2"
}
使用旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("uk.co.danielbaxter:stringgenerator:1.0.2")
}
}
apply(plugin = "uk.co.danielbaxter.stringgenerator")