11 lines
209 B
Groovy
11 lines
209 B
Groovy
![]() |
ext {
|
||
|
extName = 'Ler Hentai'
|
||
|
extClass = '.LerHentai'
|
||
|
themePkg = 'madara'
|
||
|
baseUrl = 'https://lerhentai.com'
|
||
|
overrideVersionCode = 0
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|