
* 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
14 lines
289 B
Groovy
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"
|