ConnorWGarvey acf457c12e
MangaJar reads all pages of chapters and full chapter names (#8117)
* MangaJar reads all pages of chapters and full chapter names

* Update extension version

Co-authored-by: Connor Garvey <connorgarvey@google.com>
2021-07-16 06:24:46 -04:00

13 lines
250 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'MangaJar'
pkgNameSuffix = 'en.mangajar'
extClass = '.MangaJar'
extVersionCode = 5
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"