
* 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
13 lines
246 B
Groovy
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"
|