bapeey f9c1ba9daf
Move SenshiManga to multisrc and add Taikutsu (#5256)
* lectormoe

* lectorjpg

* wrong branch

This reverts commit b957d5d68827066b913704c5f6c73a5785f75d42.
2024-10-28 00:20:42 +00:00

11 lines
219 B
Groovy

ext {
extName = 'Senshi Manga'
extClass = '.SenshiManga'
themePkg = 'lectormoe'
baseUrl = 'https://visorsenshi.com'
overrideVersionCode = 5
isNsfw = false
}
apply from: "$rootDir/common.gradle"