AbdullahM0hamed a93e0d7dec
Add Inkr (all the code is from MR) (#3083)
Add Inkr (all the code is from MR)
2020-05-09 14:06:22 -04:00

17 lines
328 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: INKR'
pkgNameSuffix = 'en.inkr'
extClass = '.INKR'
extVersionCode = 1
libVersion = '1.2'
}
dependencies {
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
}
apply from: "$rootDir/common.gradle"