Ankit SIngh 56cfdb618d Tapastic - Icons (#802)
Tapastic - Icons
2019-02-11 07:37:06 -05:00

18 lines
390 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: Tapastic'
pkgNameSuffix = 'en.tapastic'
extClass = '.Tapastic'
extVersionCode = 3
libVersion = '1.0'
}
dependencies {
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}
apply from: "$rootDir/common.gradle"