
* 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>
12 lines
224 B
Groovy
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"
|