az4521 5dbfde95d3
CCC webcomic: support multi-image chapters ()
* 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”>
2021-03-16 19:41:11 -04:00

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"