Reifuku a372aac97e
Mitigate chapters not found in HentaiVN extension due to redirection to new domain (#11099)
* add missing genre

* Update ExtVersionCode to 10

* Update HentaiVN.kt

Change domain to mitigate issue where chapters return nothing but still able to search due to redirection

* Bump version code to 11
2022-03-14 06:22:15 -04:00

13 lines
246 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'HentaiVN'
pkgNameSuffix = 'vi.hentaivn'
extClass = '.HentaiVN'
extVersionCode = 11
isNsfw = true
}
apply from: "$rootDir/common.gradle"