Secozzi 485447d7b2 add mangatop (#2336)
* add mangatop

* update token when possible
2024-04-18 14:44:14 +01:00

9 lines
139 B
Groovy

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