
* Revert "VyvyManga: Migrate theme (#5573)" This reverts commit bba2693814d306417366fc03dcc8b21bf2e1d740. * VyvyManga: bump version * VyvyManga.org: move to other extension
11 lines
215 B
Groovy
11 lines
215 B
Groovy
ext {
|
|
extName = 'VyvyManga.org'
|
|
extClass = '.VyvyMangaOrg'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://vyvymanga.org'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|