Carlos 0138f0b9ef MangaPark fixes ()
* fix issue with low quality covers when searching or browsing

* Changed to pull chapters from all versions to prevent missing chapters.
Fixed chapter names to show potential title besides chapter number
2018-02-04 18:22:01 +01:00

14 lines
289 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: MangaPark'
pkgNameSuffix = "en.mangapark"
extClass = '.MangaPark'
extVersionCode = 3
extVersionSuffix = 3
libVersion = '1.0'
}
apply from: "$rootDir/common.gradle"