
* WP Mangastream - fix komikindo * Merge remote-tracking branch 'upstream/master' into wpmangastream * Update build.gradle
17 lines
350 B
Groovy
17 lines
350 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
appName = 'Tachiyomi: WP Manga Stream'
|
|
pkgNameSuffix = 'all.wpmangastream'
|
|
extClass = '.WPMangaStreamFactory'
|
|
extVersionCode = 12
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':lib-ratelimit')
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|