
* Update filters, update latest URL to prevent server ban for too many requests. * Update TMO. * Update filters, fix latest updates URL.
18 lines
404 B
Groovy
18 lines
404 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
appName = 'Tachiyomi: TuMangaOnline'
|
|
pkgNameSuffix = 'es.tumangaonline'
|
|
extClass = '.TuMangaOnline'
|
|
extVersionCode = 26
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(':preference-stub')
|
|
compileOnly 'com.github.inorichi.injekt:injekt-core:65b0440'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|