ui: orange info icons + cleanup old releases

- Bark/ntfy help (info) icons now bright orange (#FF9800)
- Deleted all releases below v1.8.0 from GitHub and Gitea
- version 1.8.7 -> 1.8.8 (code 24 -> 25)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 09:49:20 +08:00
parent 8588da1f6b
commit 336f49e4eb
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "com.a2i.forwarder"
minSdk = 34
targetSdk = 36
versionCode = 24
versionName = "1.8.7"
versionCode = 25
versionName = "1.8.8"
}
signingConfigs {