Update Anime4UP videoListParse function (#426)

* Update Anime4UP videoListParse function

* bump the anime4UP extension version
This commit is contained in:
Nachat Ayoub 2024-12-12 20:37:48 +01:00 committed by GitHub
parent 927f9c68fd
commit b73187e5cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 42 additions and 10 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'Anime4up'
extClass = '.Anime4Up'
extVersionCode = 58
extVersionCode = 59
}
apply from: "$rootDir/common.gradle"