
* add todaymanga * small changes to filters * apply recommended changes * Small touch-up to date parsing
9 lines
143 B
Groovy
9 lines
143 B
Groovy
ext {
|
|
extName = 'TodayManga'
|
|
extClass = '.TodayManga'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|