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 6ea98d3d26
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
}