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'
|
2019-01-10 00:56:12 +00:00
|
|
|
extVersionCode = 5
|
2018-02-17 18:46:33 +00:00
|
|
|
libVersion = '1.2'
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|