* Update Manamoa Extension * Update base url * New CDN Handler that ~~abusing CF and~~ prevent image load fails * WIP DDOSGuardBypass, which doesn't work for now. * Remove WIP Code It will be very hard one with okhttp + main thread....
18 lines
390 B
Groovy
18 lines
390 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
appName = 'Tachiyomi: ManaMoa'
|
|
pkgNameSuffix = 'ko.mangashowme'
|
|
extClass = '.ManaMoa'
|
|
extVersionCode = 18
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(':preference-stub')
|
|
compileOnly 'com.github.inorichi.injekt:injekt-core:65b0440'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|