[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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user