mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-06-28 17:31:07 +03:00
feat(android): add update checks using shared python release checker
This commit is contained in:
@@ -16,7 +16,7 @@ from typing import Any, Dict, Optional, Tuple
|
||||
from urllib.error import HTTPError, URLError
|
||||
from urllib.request import Request, urlopen
|
||||
|
||||
REPO = "Flowseal/tg-ws-proxy"
|
||||
REPO = "Dark-Avery/tg-ws-proxy"
|
||||
RELEASES_LATEST_API = f"https://api.github.com/repos/{REPO}/releases/latest"
|
||||
RELEASES_PAGE_URL = f"https://github.com/{REPO}/releases/latest"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user