FlaminSarge 289de074c8 [FoolSlide/WpManga] Set time to midnight for 'today' and 'yesterday' date handling so date_upload doesn't change on every refresh (#393)
[FoolSlide/WpManga] Set time to midnight for 'today' and 'yesterday' date handling
2018-07-10 07:20:24 -04:00

17 lines
427 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: WPManga (Many sources)'
pkgNameSuffix = "all.wpmanga"
extClass = '.WpMangaFactory'
extVersionCode = 2
extVersionSuffix = 2
libVersion = '1.2'
}
dependencies {
provided "com.google.code.gson:gson:2.8.0"
provided "com.github.salomonbrys.kotson:kotson:2.5.0"
}
apply from: "$rootDir/common.gradle"