14 lines
269 B
Groovy
14 lines
269 B
Groovy
ext {
|
|
extName = 'Mangas No Sekai'
|
|
extClass = '.MangasNoSekai'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://mangasnosekai.com'
|
|
overrideVersionCode = 14
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:synchrony"))
|
|
}
|