mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-25 20:55:12 +00:00
changed manager changelog url address to my github
This commit is contained in:
parent
451c4b329b
commit
3a49cbc17f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ManagerChangelogFragment : Fragment() {
|
|||
val changelogTxt = view.findViewById<TextView>(R.id.manager_changelog)
|
||||
|
||||
if (GetJson().isConnected(activity)) {
|
||||
val checkUrl = GetJson().AsJSONObject("https://vanced.app/api/v1/manager.json")
|
||||
val checkUrl = GetJson().AsJSONObject("https://x1nto.github.io/VancedFiles/manager.json")
|
||||
val changelog = checkUrl.get("changelog").asString
|
||||
changelogTxt.text = changelog
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue