Riztard Lanthorn e700047ae6
WP MangaStream add ChiOtaku (#5202)
add ChiOtaku source
2020-12-19 18:06:47 -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 = 43
libVersion = '1.2'
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"