feat: use new api url.

This commit is contained in:
Aunali321 2022-10-08 19:27:33 +05:30 committed by GitHub
parent 0a1b46ea41
commit 86ecdbb85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,6 @@ class GitHubRepository(val client: HttpClient) {
} }
private companion object { private companion object {
private const val apiUrl = "https://revanced-releases-api.afterst0rm.xyz" private const val apiUrl = "https://releases.rvcd.win/"
} }
} }