Vetle Ledaal 17fc1acd6c
Split VyvyManga and VyvyManga.org extensions ()
* Revert "VyvyManga: Migrate theme ()"

This reverts commit bba2693814d306417366fc03dcc8b21bf2e1d740.

* VyvyManga: bump version

* VyvyManga.org: move to other extension
2024-10-28 00:21:11 +00:00

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"