Disable the SSRE2 capability for now.

This commit is contained in:
Greyson Parrelli 2025-01-07 12:17:19 -05:00
parent 36d8e75eb1
commit a4ca8faf15

View file

@ -13,7 +13,7 @@ object AppCapabilities {
storage = storageCapable, storage = storageCapable,
deleteSync = true, deleteSync = true,
versionedExpirationTimer = true, versionedExpirationTimer = true,
storageServiceEncryptionV2 = true storageServiceEncryptionV2 = false
) )
} }
} }