wide app search implementaition

This commit is contained in:
Thomas Andres Gomez 2023-11-17 14:25:57 +01:00
parent 91babaf7e5
commit 181b734679
40 changed files with 2223 additions and 1162 deletions

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.3" apply false
id("com.android.application") version "8.1.4" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.gms.google-services") version "4.3.14" apply false
id("com.google.dagger.hilt.android") version "2.44" apply false