13 lines
216 B
Groovy
13 lines
216 B
Groovy
ext {
|
|
extName = 'Jinman Tiantang'
|
|
extClass = '.Jinmantiantang'
|
|
extVersionCode = 42
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:randomua"))
|
|
}
|