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