
* Fix AnimeUnity video streams URLs The video streams URLs have been moved from JS to a single m3u8 file, this commit adapts to the change. The subtitles seem to have disappeared entirely, so I've left them commented. * Update Years filter * Bump AnimeUnity extVersionCode
7 lines
125 B
Groovy
7 lines
125 B
Groovy
ext {
|
|
extName = 'AnimeUnity'
|
|
extClass = '.AnimeUnity'
|
|
extVersionCode = 9
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|