Automotive

This commit is contained in:
Dimitris
2025-12-05 12:46:26 +01:00
parent 9f53db8e76
commit d7f5de0d3c
95 changed files with 909 additions and 685 deletions

View File

@@ -17,6 +17,7 @@ composeBom = "2025.11.01"
appcompat = "1.7.1"
material = "1.13.0"
carApp = "1.7.0"
androidx-car = "1.7.0-beta01"
objectboxKotlin = "5.0.1"
objectboxProcessor = "5.0.1"
ui = "1.9.5"
@@ -71,6 +72,7 @@ androidx-navigation-compose = { group = "androidx.navigation", name = "navigatio
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview", version.ref = "uiToolingPreview" }
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiTooling" }
androidx-compose-material3-window-size-class1 = { group = "androidx.compose.material3", name = "material3-window-size-class", version.ref = "material3WindowSizeClass" }
androidx-app-automotive = { module = "androidx.car.app:app-automotive", version.ref = "androidx-car" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }