2019-02-20 14:09:12 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
|
|
|
appName = 'Tachiyomi: NineHentai'
|
|
|
|
pkgNameSuffix = 'all.ninehentai'
|
|
|
|
extClass = '.NineHentai'
|
2019-10-04 02:40:19 +00:00
|
|
|
extVersionCode = 5
|
2019-02-20 14:09:12 +00:00
|
|
|
libVersion = '1.2'
|
|
|
|
}
|
|
|
|
dependencies {
|
2019-03-29 22:35:17 +00:00
|
|
|
compileOnly 'com.google.code.gson:gson:2.8.5'
|
2019-02-20 14:09:12 +00:00
|
|
|
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
|
|
|
|
compileOnly 'com.github.inorichi.injekt:injekt-core:65b0440'
|
|
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|