Chopper 8a2a65ac53 Add LeitorDeManga (#2280)
* Add LeitorDeManga

* Add icons

* Remove isNfsw

* Fix extension name

* Replace icons

* Add custom path
2024-04-10 01:25:25 +01:00

10 lines
205 B
Groovy

ext {
extName = 'Leitor de Mangá'
extClass = '.LeitorDeManga'
themePkg = 'madara'
baseUrl = 'https://leitordemanga.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"