Files
workavia-mail-front/lib/features/caching/config/cache_version.dart
T
dab246 a352bd5ada TF-2331 Fix Read receipt includes weird attachments that are impossible to download
(cherry picked from commit 72ae6553ea53fa4bbba74bfdb1c9a3ec82103fc0)
2024-01-08 14:25:26 +01:00

4 lines
61 B
Dart

class CacheVersion {
static const int hiveDBVersion = 9;
}