Chopper 601f45baec
NoIndexScan: Fix manga details selector (#4686)
* Fix manga details selector

* Fix date format
2024-09-15 20:22:00 +01:00

11 lines
216 B
Groovy

ext {
extName = 'No Index Scan'
extClass = '.NoIndexScan'
themePkg = 'madara'
baseUrl = 'https://noindexscan.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"