
* Add language support (#845). * Add update to tell the user to migrate. * Renames source to distinguish between the old and new one. * Fix missing uppercase 'Shueisha' in appName. * Remove deprecated on old extension appName.
12 lines
276 B
Groovy
12 lines
276 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
appName = 'Tachiyomi: Manga Plus by Shueisha'
|
|
pkgNameSuffix = 'en.mangaplus'
|
|
extClass = '.MangaPlus'
|
|
extVersionCode = 4
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle" |