Compile and target API 35.

Tested OK on a API 35 emulator.
This commit is contained in:
Benoit Marty 2024-10-31 09:19:08 +01:00 committed by Benoit Marty
parent fa1e5e5ceb
commit 920c50cc3d
4 changed files with 5 additions and 3 deletions

View file

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