feat(android): add a WebView for login purposes

This commit is contained in:
Harsh Shandilya 2023-12-03 23:15:37 +05:30
parent 5bcfe0a85c
commit ca91918707
No known key found for this signature in database
2 changed files with 53 additions and 0 deletions

View file

@ -95,6 +95,7 @@ dependencies {
implementation(projects.core)
implementation(projects.database.impl)
implementation(projects.model)
implementation(projects.web)
kapt(libs.dagger.compiler)