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';