Carlos 3660a01d81
Xkcd fixes()
* alt text rendering fixes.

* removed log line
2018-03-08 17:48:05 -05:00

19 lines
434 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: xkcd'
pkgNameSuffix = "en.xkcd"
extClass = '.Xkcd'
extVersionCode = 4
extVersionSuffix = 4
libVersion = '1.2'
}
dependencies {
provided project(':duktape-stub')
provided "com.google.code.gson:gson:2.8.0"
provided "com.github.salomonbrys.kotson:kotson:2.5.0"
}
apply from: "$rootDir/common.gradle"