Станислав Сухоруков 2e8f95acc0
new extension for the site https://mhentai.ru (#10272)
* new extension for the site https://waymanga.ru/

* Update src/ru/waymanga/src/eu/kanade/tachiyomi/extension/ru/waymanga/WayManga.kt

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

* fixed bugs

* restored search functionality

* Update build.gradle

* Update build.gradle

* Update WayManga.kt

* Update WayManga.kt

* new extensions

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-12-29 10:49:40 -05:00

12 lines
224 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'MHentai'
pkgNameSuffix = 'ru.mhentai'
extClass = '.MHentai'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"