Merge pull request #3776 from element-hq/feature/bma/targetApi35

Target api 35
This commit is contained in:
Benoit Marty 2024-11-05 09:39:50 +01:00 committed by GitHub
commit 4e9f429491
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 12 deletions

View file

@ -86,6 +86,7 @@ fun OidcView(
javaScriptEnabled = true
allowContentAccess = true
allowFileAccess = true
@Suppress("DEPRECATION")
databaseEnabled = true
domStorageEnabled = true
}