Alessandro Jean 1d89d9f3ee Unites the MangaLivre source with MangasProject ()
* Unite the MangaLivre source with the mangásPROJECT source.

* Remove blank line.
2019-06-29 11:33:13 -04:00

13 lines
269 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: Mangá Livre'
pkgNameSuffix = 'pt.mangalivre'
extClass = '.MangaLivre'
extVersionCode = 4
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"