Skip to content

Commit 5183a23

Browse files
committed
chore: remove debug option to lower the the threshold for updating conversation key material
1 parent d6a3364 commit 5183a23

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/kotlin/com/wire/android/di/KaliumConfigsModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class KaliumConfigsModule {
4949
// we use upsert, available from SQL3.24, which is supported from Android API30, so for older APIs we have to use SQLCipher
5050
shouldEncryptData = !BuildConfig.DEBUG || Build.VERSION.SDK_INT < Build.VERSION_CODES.R,
5151
lowerKeyPackageLimits = BuildConfig.LOWER_KEYPACKAGE_LIMIT,
52-
lowerKeyingMaterialsUpdateThreshold = BuildConfig.PRIVATE_BUILD,
5352
developmentApiEnabled = BuildConfig.DEVELOPMENT_API_ENABLED,
5453
ignoreSSLCertificatesForUnboundCalls = BuildConfig.IGNORE_SSL_CERTIFICATES,
5554
encryptProteusStorage = true,

0 commit comments

Comments
 (0)