android: add notifications foundation with fcm channels and deep links
Some checks failed
CI / test (push) Failing after 2m10s

This commit is contained in:
Codex
2026-03-09 14:44:28 +03:00
parent d09300311f
commit e8574252ca
14 changed files with 307 additions and 9 deletions

View File

@@ -89,6 +89,7 @@ dependencies {
implementation("com.google.dagger:hilt-android:2.52")
kapt("com.google.dagger:hilt-compiler:2.52")
implementation("androidx.hilt:hilt-navigation-compose:1.2.0")
implementation("com.google.firebase:firebase-messaging-ktx:24.0.1")
testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")