feat: Meow official logo (extracted from brand image)

- Meow channel mark now uses the official cat-face logo (transparent
  background, cropped from brand image)
- All five channels now have proper brand/themed icons
- version 1.8.10 -> 1.8.11 (code 27 -> 28)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 13:40:15 +08:00
parent 191a04a68b
commit d28776b0ec
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "com.a2i.forwarder"
minSdk = 34
targetSdk = 36
versionCode = 27
versionName = "1.8.10"
versionCode = 28
versionName = "1.8.11"
}
signingConfigs {