
* CCC webcomic: support multi-image chapters most of the chapters are only a single image long, whoops * whoops * fix issue where chapters past 280 are spanish Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
16 lines
297 B
Groovy
Executable File
16 lines
297 B
Groovy
Executable File
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Vinne Veritas - CCC'
|
|
pkgNameSuffix = 'all.vinnieVeritas'
|
|
extClass = '.vinnieVeritasFactory'
|
|
extVersionCode = 2
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
dependencies {
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|