Secozzi ad7b208e4b
add weeb central (#5178)
* add weeb central

* stuff
2024-10-28 00:20:42 +00:00

9 lines
146 B
Groovy

ext {
extName = 'Weeb Central'
extClass = '.WeebCentral'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"