mrtear e2895bad8e
Added BaekToons, LevaScans, RizzComic (unoriginal) (#10652)
* baektoons

* levascans

* rizzcomicun (original)
2025-10-03 00:00:20 +01:00

11 lines
217 B
Groovy

ext {
extName = 'Baek Toons'
extClass = '.BaekToons'
themePkg = 'mangathemesia'
baseUrl = 'https://baektoons.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"