Alessandro Jean 2b0efcafd8 Add language support to MangaPlus (#1154)
* 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.
2019-05-31 18:45:28 -04:00

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"