11 lines
224 B
Groovy
11 lines
224 B
Groovy
ext {
|
|
extName = 'Hentai Origines'
|
|
extClass = '.HentaiOrigines'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://hentai-origines.fr'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|