DitFranXX d8c84d3813 Update Korean extensions (#1024)
JMana: Temporary pagination fix.
MSM: Improve image decoder(which don't modifying url anymore), Use `s3` and `img_list1` as fallback, Fix description issue, and Update filter and domain
NewToki: Move to Factory, Add Webtoon Source(Not tested), and Update domain.
2019-04-13 23:15:26 -04:00

13 lines
282 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: MangaShow.Me (ManaMoa)'
pkgNameSuffix = 'ko.mangashowme'
extClass = '.MangaShowMe'
extVersionCode = 10
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"