jobobby04 dd22e25de8
Go through the sources and change fallback chapter numbers to -1 (#4596)
Go through the sources and change fallback chapter numbers to -1
2020-10-12 19:49:37 -04:00

17 lines
347 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'VIZ Shonen Jump'
pkgNameSuffix = 'en.vizshonenjump'
extClass = '.VizShonenJump'
extVersionCode = 4
libVersion = '1.2'
}
dependencies {
implementation 'com.drewnoakes:metadata-extractor:2.14.0'
}
apply from: "$rootDir/common.gradle"