
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.
13 lines
282 B
Groovy
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"
|