Release 3.8.2.2: macOS Dock icon turns sea-wave N when connected.

Swap application icon on connect/disconnect via AppKit; ship arm64 build.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
M4
2026-07-30 02:52:55 +03:00
co-authored by Cursor
parent 621c847cb3
commit 838f9e340b
21 changed files with 165 additions and 30 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
minSdk = 26
targetSdk = 35
// versionCode = major*1_000_000 + minor*10_000 + patch*100 + build
versionCode = 3080201
versionName = "3.8.2+1"
versionCode = 3080202
versionName = "3.8.2+2"
vectorDrawables.useSupportLibrary = true
ndk {
abiFilters += listOf("arm64-v8a", "armeabi-v7a", "x86_64")