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:
parent
34285655aa
commit
c578c2663b
|
@ -407,7 +407,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Tortuga Ceviri", "https://tortuga-ceviri.com", "tr"),
|
SingleLang("Tortuga Ceviri", "https://tortuga-ceviri.com", "tr"),
|
||||||
SingleLang("Trap Scans", "https://trapscans.com", "en"),
|
SingleLang("Trap Scans", "https://trapscans.com", "en"),
|
||||||
SingleLang("TreeManga", "https://treemanga.com", "en", overrideVersionCode = 1),
|
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("Tudo Quadrinhos", "https://tudoquadrinhos.com.br", "pt-BR"),
|
||||||
SingleLang("TuManga.net", "https://tumanga.net", "es", className = "TuMangaNet"),
|
SingleLang("TuManga.net", "https://tumanga.net", "es", className = "TuMangaNet"),
|
||||||
SingleLang("Tumangaonline.site", "https://tumangaonline.site", "es", isNsfw = true, className = "TumangaonlineSite", pkgName = "tumangaonlinesite"),
|
SingleLang("Tumangaonline.site", "https://tumangaonline.site", "es", isNsfw = true, className = "TumangaonlineSite", pkgName = "tumangaonlinesite"),
|
||||||
|
|
Loading…
Reference in New Issue