
* add shabakaty cinemana extension * fix kinds default value retrieving from preferences * fix browse langauge without category * fix episodes order: reverse * fix: animePage hasNextPage for popular, search, and latest * remove debug prints * bump version to 2 * more Anime info, and add staff title filter * bump shabakatycinemana version to `3` * apply PR suggestion on safely handling null values, and remove redundant code
11 lines
No EOL
175 B
Groovy
11 lines
No EOL
175 B
Groovy
ext {
|
|
extName = 'ShabakatyCinemana'
|
|
extClass = '.ShabakatyCinemana'
|
|
extVersionCode = 3
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
} |