
* Update filters, update latest URL to prevent server ban for too many requests. * Update TMO. * Update filters, fix latest updates URL.
13 lines
264 B
Groovy
Executable File
13 lines
264 B
Groovy
Executable File
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
appName = 'Tachiyomi: TMOHentai'
|
|
pkgNameSuffix = 'es.tmohentai'
|
|
extClass = '.TMOHentai'
|
|
extVersionCode = 2
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|