Chopper a75d6f4670
Add Kedito (#3506)
* Add Kedito

* Add rateLimit
2024-07-14 14:39:16 +01:00

10 lines
179 B
Groovy

ext {
extName = 'Kedi.to'
extClass = '.Kedito'
themePkg = 'madara'
baseUrl = 'https://kedi.to'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"