Kirill 07bce5ca91
Henchan: thumbnails fix, date fix, added some new tags (#2260)
Henchan: thumbnails fix, date fix, added some new tags
2020-02-17 20:42:59 -05:00

19 lines
433 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: Henchan'
pkgNameSuffix = 'ru.henchan'
extClass = '.Henchan'
extVersionCode = 13
libVersion = '1.2'
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"