chore(src/es and ar) Fix Hackstore and Anime4up (#40)

* chore(src/es): Change Domain on Hackstore and add VidHideExtractor
Checklist:

- [x] Updated `extVersionCode` value in `build.gradle` for individual extensions
- [x] Have not changed source names
- [x] Have explicitly kept the `id` if a source's name or language were changed
- [x] Have tested the modifications by compiling and running the extension through Android Studio

* chore(src/ar): fix VideoListParse on Anime4up
This commit is contained in:
Dark25 2024-07-10 05:26:05 +01:00 committed by GitHub
parent 28ee7278d5
commit cfb8c4775e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View file

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