
* MangaRaw: rewrite parsing, add mirrors and split broken source * Add (Broken) to Manga1001 extension name * cleanup * eliminate temporary property and optimize constructor performance
12 lines
239 B
Groovy
12 lines
239 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Manga1001 (Broken)'
|
|
pkgNameSuffix = 'ja.manga1001'
|
|
extClass = '.Manga1001'
|
|
extVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|