Closes #1000 (#1001)
Some checks failed
CI / Build individual modules (push) Blocked by required conditions
CI / Publish repo (push) Blocked by required conditions
CI / Prepare job (push) Has been cancelled

Checklist:

Closes #1000

- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate
- [ ] Have not changed source names
- [ ] Have explicitly kept the `id` if a source's name or language were changed
- [ ] Have tested the modifications by compiling and running the extension through Android Studio
- [ ] Have removed `web_hi_res_512.png` when adding a new extension
- [ ] Have made sure all the icons are in png format

Co-authored-by: GraveEaterMadison <GraveEaterMadison@users.noreply.github.com>
Co-authored-by: Thinker <170967310+GraveEaterMadison@users.noreply.github.com>
Co-authored-by: Zero <170967310+GraveEaterMadison@users.noreply.github.com>
Reviewed-on: #1001
Co-authored-by: Ghost <>
Co-committed-by: Ghost <>
This commit is contained in:
Ghost 2025-06-20 01:03:32 -05:00 committed by AlmightyHak
parent 8e5f14d70e
commit 9581c675cf
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -30,7 +30,7 @@ class StreamingCommunity : ConfigurableAnimeSource, AnimeHttpSource() {
override val name = "StreamingCommunity"
override val baseUrl = "https://streamingcommunity.spa"
override val baseUrl = "https://streamingcommunity.ovh"
override val lang = "it"