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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user