Riztard Lanthorn 8c60f17913
Add series type to genre for: MangaSee, MangaLife, Komiku, Maid, ManhuaID (#6382)
* Komiku: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source

* Maid - Manga: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source

* ManhuaID: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source

* MangaSee,MangaLife: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source
2021-04-01 08:36:16 -04:00

13 lines
250 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'ManhuaID'
pkgNameSuffix = 'id.manhuaid'
extClass = '.ManhuaID'
extVersionCode = 5
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"