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:
parent
8e5f14d70e
commit
9581c675cf
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'StreamingCommunity'
|
||||
extClass = '.StreamingCommunity'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue