
* Manga Rock: tristate completed filter, sort chapters in descending order * Bump Manga Rock version suffix
14 lines
290 B
Groovy
14 lines
290 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
appName = 'Tachiyomi: Manga Rock'
|
|
pkgNameSuffix = "en.mangarock"
|
|
extClass = '.MangaRock'
|
|
extVersionCode = 3
|
|
extVersionSuffix = 2
|
|
libVersion = '1.0'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|