
* Add random UA * Fix WebView UA * Add useLoadMoreRequest * Fix date format * Remove hardcode UA
15 lines
274 B
Groovy
15 lines
274 B
Groovy
ext {
|
|
extName = 'Hentai Teca'
|
|
extClass = '.HentaiTeca'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://hentaiteca.net'
|
|
overrideVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation project(':lib:randomua')
|
|
}
|