feat: Forward notifications to Android Auto

This commit is contained in:
Christian Kußowski 2025-10-02 15:40:55 +02:00
commit 40bd7eed91
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 13 additions and 2 deletions

View file

@ -18,7 +18,7 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.7.3" apply false
id("com.android.application") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
if (file("app/google-services.json").exists()) {
id("com.google.gms.google-services") version "4.3.8" apply false