* Advanced Search * Add if search * Update src/vi/mimihentai/src/eu/kanade/tachiyomi/extension/vi/mimihentai/MiMiHentai.kt Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> * Fix build * Apply suggestion * Complete Advanced Search * Revert "Complete Advanced Search" This reverts commit 25a77c5d9be035f64fe5d9e418686830fb41cde8. * Delete hs_err_pid25072.log * Advanced Search * suggestion * Revert not apply suggestion because Inefficient * Update MiMiHentai.kt * Apply suggestion --------- Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
8 lines
142 B
Groovy
8 lines
142 B
Groovy
ext {
|
|
extName = "MiMiHentai"
|
|
extClass = ".MiMiHentai"
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
apply from: "$rootDir/common.gradle"
|