
* Fix next page Fixed next page selector ( Popular & Filter ) * change line endings crlf to lf
9 lines
145 B
Groovy
9 lines
145 B
Groovy
ext {
|
|
extName = 'MangaGeko'
|
|
extClass = '.MangaRawClub'
|
|
extVersionCode = 23
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|