Account Creation using a WebView

This commit is contained in:
Benoit Marty 2024-09-16 12:22:07 +02:00 committed by Benoit Marty
parent 6efa31257d
commit bed7776674
35 changed files with 1106 additions and 10 deletions

View file

@ -44,6 +44,7 @@ dependencies {
implementation(projects.libraries.oidc.api)
implementation(libs.androidx.browser)
implementation(platform(libs.network.retrofit.bom))
implementation(libs.androidx.webkit)
implementation(libs.network.retrofit)
implementation(libs.serialization.json)
api(projects.features.login.api)