11 lines
208 B
Groovy
11 lines
208 B
Groovy
ext {
|
|
extName = 'Ler Mangas'
|
|
extClass = '.LerMangas'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://lermangas.me'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|