[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

@@ -13,7 +13,8 @@ android {
minSdk 32
targetSdk 34
versionCode 1
versionName "1.0"
versionName "1.0" // ... other configurations
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -31,11 +32,12 @@ android {
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
implementation 'androidx.car.app:app:1.4.0'
implementation 'androidx.concurrent:concurrent-futures:1.2.0'
//Google Maps SDK
implementation 'com.google.android.gms:play-services-maps:19.1.0'