2018-02-17 18:46:33 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
|
|
|
appName = 'Tachiyomi: Union Mangás'
|
|
|
|
pkgNameSuffix = 'pt.unionmangas'
|
|
|
|
extClass = '.UnionMangas'
|
2020-04-13 18:04:45 +00:00
|
|
|
extVersionCode = 12
|
2018-02-17 18:46:33 +00:00
|
|
|
libVersion = '1.2'
|
|
|
|
}
|
|
|
|
|
2019-05-30 04:04:30 +00:00
|
|
|
dependencies {
|
|
|
|
compileOnly 'com.google.code.gson:gson:2.8.2'
|
|
|
|
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
|
|
|
|
}
|
|
|
|
|
2018-02-17 18:46:33 +00:00
|
|
|
apply from: "$rootDir/common.gradle"
|