Enable the SSRE2 capability.

This commit is contained in:
Greyson Parrelli 2025-01-09 12:28:13 -05:00
parent 6487fbe687
commit 6c6e3230bd

View file

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