Revert TritiniaScans url again (#15063)

They changed it back to .org

Undoes #14854 (but bumps overrideVersionCode).
This change closes #14973

Checklist:
- [ ] Updated extVersionCode value in build.gradle for individual extensions
- [x] Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
- [x] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Added the isNsfw = true flag in build.gradle when appropriate
- [x] Have not changed source names
- [ ] 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
This commit is contained in:
adaexec 2023-01-22 13:30:57 +01:00 committed by GitHub
parent 34285655aa
commit c578c2663b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Tortuga Ceviri", "https://tortuga-ceviri.com", "tr"),
SingleLang("Trap Scans", "https://trapscans.com", "en"),
SingleLang("TreeManga", "https://treemanga.com", "en", overrideVersionCode = 1),
SingleLang("TritiniaScans", "https://tritinia.com", "en", overrideVersionCode = 3),
SingleLang("TritiniaScans", "https://tritinia.org", "en", overrideVersionCode = 4),
SingleLang("Tudo Quadrinhos", "https://tudoquadrinhos.com.br", "pt-BR"),
SingleLang("TuManga.net", "https://tumanga.net", "es", className = "TuMangaNet"),
SingleLang("Tumangaonline.site", "https://tumangaonline.site", "es", isNsfw = true, className = "TumangaonlineSite", pkgName = "tumangaonlinesite"),