Basic search implementation.

This commit is contained in:
Andres Gomez, Thomas (ITDV CC) - AF (ext) 2023-07-18 21:21:52 +02:00
parent dfc6c4e673
commit af5fb8f33c
21 changed files with 806 additions and 298 deletions

View file

@ -97,6 +97,9 @@ dependencies {
implementation("com.google.accompanist:accompanist-navigation-animation:0.30.1")
implementation("com.google.accompanist:accompanist-placeholder:0.30.1")
// Splash Screen support prior to Android 12
implementation("androidx.core:core-splashscreen:1.0.1")
// Google service
implementation("com.google.android.gms:play-services-auth:20.6.0")
implementation(