fluffychat merge

This commit is contained in:
ggurdin 2026-02-06 11:25:52 -05:00
parent 3d62a597ed
commit 3315b37924
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# name: Check duplicates
# on:
on:
# issues:
# types: [opened]

View file

@ -15,6 +15,9 @@ if (file("google-services.json").exists()) {
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") // For flutter_local_notifications // Workaround for: https://github.com/MaikuB/flutter_local_notifications/issues/2286
implementation("androidx.core:core-ktx:1.17.0") // For Android Auto
implementation(platform("com.google.firebase:firebase-bom:32.8.0"))
implementation("com.google.firebase:firebase-analytics")
implementation("com.google.firebase:firebase-database")
}