2018-04-11 15:51:05 -04:00

19 lines
449 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: My Manga Reader CMS (Many sources)'
pkgNameSuffix = 'all.mmrcms'
extClass = '.MyMangaReaderCMSSources'
extVersionCode = 3
extVersionSuffix = 3
libVersion = '1.2'
}
dependencies {
provided "com.google.code.gson:gson:2.8.1"
provided "com.github.salomonbrys.kotson:kotson:2.5.0"
}
apply from: "$rootDir/common.gradle"