fix: download fallback URL when primary fails

- Gitea URL used as primary (same-version tie-break), GitHub as fallback
- download() tries base url first; if it fails, automatically retries
  the fallback URL
- version 1.9.1 -> 1.9.2 (code 30 -> 31)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 14:42:51 +08:00
parent b14ee02ef8
commit 6e29c292ec
2 changed files with 30 additions and 11 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "com.a2i.forwarder"
minSdk = 34
targetSdk = 36
versionCode = 29
versionName = "1.9.0"
versionCode = 30
versionName = "1.9.1"
}
signingConfigs {