feat: add otp reciver

This commit is contained in:
2026-06-12 20:02:21 +03:30
parent fdf15913a9
commit 675123309a
9 changed files with 262 additions and 8 deletions
+3
View File
@@ -77,6 +77,9 @@ dependencies {
// Location services
implementation(libs.location.services)
// SMS User Consent API (OTP auto-fill)
implementation(libs.play.services.auth.api.phone)
// Koin for DI
implementation(libs.koin.android)
implementation(libs.koin.androidx.compose.v410)