changed manager changelog url address to my github

This commit is contained in:
X1nto 2020-07-02 15:33:53 +04:00
parent 451c4b329b
commit 3a49cbc17f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}