fluffychat merge
This commit is contained in:
parent
3d62a597ed
commit
3315b37924
2 changed files with 4 additions and 1 deletions
2
.github/workflows/check_duplicates.yaml
vendored
2
.github/workflows/check_duplicates.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
# name: Check duplicates
|
||||
|
||||
# on:
|
||||
on:
|
||||
# issues:
|
||||
# types: [opened]
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue