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'
|
2020-05-05 10:42:57 +00:00
|
|
|
extVersionCode = 6
|
2019-02-20 14:09:12 +00:00
|
|
|
libVersion = '1.2'
|
|
|
|
}
|
|
|
|
dependencies {
|
2020-03-29 16:24:28 +00:00
|
|
|
compileOnly 'com.google.code.gson:gson:2.8.2'
|
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"
|