feat(android): add update checks using shared python release checker

This commit is contained in:
Dark_Avery
2026-03-28 20:53:15 +03:00
parent 54b86cd9e2
commit 934eb345a2
9 changed files with 385 additions and 112 deletions
+1 -1
View File
@@ -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"