[AA] Enabled rudimentary Android Auto Support

Enabled the app for Android Auto, currently no real functionality
yet, but to be added in future commits.
This commit is contained in:
Alexander Dörflinger
2025-04-07 08:50:16 +02:00
parent be6b5284df
commit 1bfe0a4088
10 changed files with 118 additions and 4 deletions

View File

@@ -3,4 +3,10 @@ plugins {
id 'com.android.application' version '8.2.0-beta03' apply false
id 'com.google.gms.google-services' version '4.4.2' apply false
id("com.google.firebase.crashlytics") version "3.0.3" apply false
}
allprojects {
repositories {
google()
mavenCentral()
}
}