refactor: use plaintext Gitea URL instead of XOR+Base64 scramble

- Gitea URL hardcoded as GITEA_API constant (no more release-notes discovery)
- Removed parseUpdateSource / unscramble / SCRAMBLE_KEY
- Release notes no longer need update-source comment
- version 1.9.4 -> 1.9.5 (code 33 -> 34)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 21:44:37 +08:00
parent 00bdbe2d1e
commit 648c63bfbc
2 changed files with 8 additions and 28 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "com.a2i.forwarder"
minSdk = 34
targetSdk = 36
versionCode = 33
versionName = "1.9.4"
versionCode = 34
versionName = "1.9.5"
}
signingConfigs {