Edgar Mejía 8b120ef5d6
Update TuMangaOnline, LectorManga & TMOHentai (#2656)
* Update filters, update latest URL to prevent server ban for too many requests.

* Update TMO.

* Update filters, fix latest updates URL.
2020-04-13 17:22:39 -04:00

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"