fix: discover Gitea update source from release notes (no hardcode)

Gitea URL removed from source code. UpdateChecker now only hardcodes
GitHub API; the Gitea mirror URL is embedded in release notes as an
HTML comment (<!-- update-source: ... -->) and discovered at runtime.
Keeps self-hosted server address out of the public codebase.

version 1.8.0 -> 1.8.1 (code 17 -> 18)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-09 21:39:23 +08:00
parent 39d3d735b0
commit 6ff3f306c4
2 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "com.a2i.forwarder"
minSdk = 34
targetSdk = 36
versionCode = 17
versionName = "1.8.0"
versionCode = 18
versionName = "1.8.1"
}
signingConfigs {