11 lines
214 B
Groovy
11 lines
214 B
Groovy
ext {
|
|
extName = 'Ler 999'
|
|
extClass = '.Ler999'
|
|
themePkg = 'zeistmanga'
|
|
baseUrl = 'https://ler999.blogspot.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|