Fix notifications

This commit is contained in:
2026-04-08 18:27:15 +03:00
Unverified
parent d015b1b2a6
commit 3b9dca0079
22 changed files with 947 additions and 253 deletions
+1
View File
@@ -83,6 +83,7 @@ kotlin {
androidMain.dependencies {
implementation(libs.ktor.client.okhttp)
implementation(libs.firebase.messaging)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.work.runtime.ktx)
implementation(libs.tweetnacl.java)