Riztard Lanthorn 9dfdc222a8
WP MangaStream fix westManga (#5483)
their tweaked site return to default format
2021-01-19 08:54:24 -05:00

17 lines
357 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'WP MangaStream (multiple sources)'
pkgNameSuffix = 'all.wpmangastream'
extClass = '.WPMangaStreamFactory'
extVersionCode = 47
libVersion = '1.2'
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"