2020-07-17 06:41:54 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
|
|
|
extName = 'Kumanga'
|
|
|
|
pkgNameSuffix = 'es.kumanga'
|
|
|
|
extClass = '.Kumanga'
|
2021-01-15 03:17:23 +00:00
|
|
|
extVersionCode = 6
|
2020-07-17 06:41:54 +00:00
|
|
|
libVersion = '1.2'
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compileOnly 'com.google.code.gson:gson:2.8.5'
|
|
|
|
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|