From ba7168e91f98d303157bceffe73a13a75fb5deba Mon Sep 17 00:00:00 2001 From: klockky Date: Mon, 20 Jul 2026 17:49:18 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B1=D0=B0=D0=BC=D0=BF=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D1=85=D0=B5=D0=BD=D0=B4=D1=88?= =?UTF-8?q?=D0=B5=D0=B9=D0=BA=D0=B0=20=D0=B4=D0=BE=2026.23.2=20(6779)=20+?= =?UTF-8?q?=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B5=20dex/so-=D1=85=D0=B5=D1=88?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/core/protocol/chat_cache_fingerprint.dart | 4 ++-- lib/core/storage/spoofing_service.dart | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/protocol/chat_cache_fingerprint.dart b/lib/core/protocol/chat_cache_fingerprint.dart index 2387a07..943e942 100644 --- a/lib/core/protocol/chat_cache_fingerprint.dart +++ b/lib/core/protocol/chat_cache_fingerprint.dart @@ -8,10 +8,10 @@ class ChatCacheFingerprint { '1684414033eb263e2c615f8b7df5ed8793850a07656304997fbf07e9e21e1e93', ); static final Uint8List _soDigest = _hex( - '90e2fb8745b17b42a10182f8d8ac590e3fca5b311e2ce2d5144fa2c18cb3090d', + '634ecc42b246784d975f180b4fecf903df235cdf0476da47163a85630eb1a6a8', ); static final Uint8List _dexDigest = _hex( - '0a6265f6e5d8231b9cba641f8c40475e6f3baeb06ed41b804b9bf7307aa4214e', + '38cff46f392dc1734c308be011c2f0d8da152a390b41063dbb2c913e3032f4b3', ); static Uint8List compute(int callsSeed, String deviceId) { diff --git a/lib/core/storage/spoofing_service.dart b/lib/core/storage/spoofing_service.dart index 2f68a7c..9f6b587 100644 --- a/lib/core/storage/spoofing_service.dart +++ b/lib/core/storage/spoofing_service.dart @@ -10,8 +10,8 @@ import '../utils/ids.dart'; import '../utils/logger.dart'; class SpoofingService { - static const String hardcodedAppVersion = '26.20.2'; - static const int hardcodedBuildNumber = 6758; + static const String hardcodedAppVersion = '26.23.2'; + static const int hardcodedBuildNumber = 6779; static const String pendingScope = 'pending'; static const String _legacyEnabledKey = 'spoofing_enabled';