12 lines
203 B
Groovy
12 lines
203 B
Groovy
ext {
|
|
extName = 'MANGA Plus by SHUEISHA'
|
|
extClass = '.MangaPlusFactory'
|
|
extVersionCode = 51
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:i18n"))
|
|
}
|