13 lines
222 B
Groovy
13 lines
222 B
Groovy
ext {
|
|
extName = "Weekly Young Magazine"
|
|
extClass = ".YanmagaFactory"
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:speedbinb"))
|
|
}
|