thatDudo c2d47af025
Fix weebcentral filter search showing duplicates (#9955)
* Fix weebcentral filter search showing duplicates

* Add comment for FETCH_LIMIT
2025-10-02 23:57:33 +01:00

9 lines
147 B
Groovy

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