Refactoring
This commit is contained in:
@@ -13,30 +13,31 @@ junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
kotlinxSerializationJson = "1.9.0"
|
||||
lifecycleRuntimeKtx = "2.10.0"
|
||||
composeBom = "2025.11.01"
|
||||
composeBom = "2025.12.00"
|
||||
appcompat = "1.7.1"
|
||||
material = "1.13.0"
|
||||
carApp = "1.7.0"
|
||||
androidx-car = "1.7.0-beta01"
|
||||
androidx-car = "1.7.0"
|
||||
objectboxKotlin = "5.0.1"
|
||||
objectboxProcessor = "5.0.1"
|
||||
ui = "1.9.5"
|
||||
ui = "1.10.0"
|
||||
material3 = "1.4.0"
|
||||
runtimeLivedata = "1.9.5"
|
||||
foundation = "1.9.5"
|
||||
runtimeLivedata = "1.10.0"
|
||||
foundation = "1.10.0"
|
||||
maplibre-composeMaterial3 = "0.12.2"
|
||||
maplibre-compose = "0.12.1"
|
||||
playServicesLocation = "21.3.0"
|
||||
runtime = "1.9.5"
|
||||
runtime = "1.10.0"
|
||||
accompanist = "0.37.3"
|
||||
uiVersion = "1.9.5"
|
||||
uiText = "1.9.5"
|
||||
uiVersion = "1.10.0"
|
||||
uiText = "1.10.0"
|
||||
navigationCompose = "2.9.6"
|
||||
uiToolingPreview = "1.9.5"
|
||||
uiTooling = "1.9.5"
|
||||
uiToolingPreview = "1.10.0"
|
||||
uiTooling = "1.10.0"
|
||||
material3WindowSizeClass = "1.4.0"
|
||||
uiGraphics = "1.10.0"
|
||||
window = "1.5.1"
|
||||
foundationLayout = "1.10.0"
|
||||
|
||||
|
||||
[libraries]
|
||||
@@ -59,7 +60,6 @@ material = { group = "com.google.android.material", name = "material", version.r
|
||||
androidx-car-app = { group = "androidx.car.app", name = "app", version.ref = "carApp" }
|
||||
objectbox-kotlin = { module = "io.objectbox:objectbox-kotlin", version.ref = "objectboxKotlin" }
|
||||
objectbox-processor = { module = "io.objectbox:objectbox-processor", version.ref = "objectboxProcessor" }
|
||||
ui = { group = "androidx.compose.ui", name = "ui", version.ref = "ui" }
|
||||
maplibre-compose = { module = "org.maplibre.compose:maplibre-compose", version.ref = "maplibre-compose" }
|
||||
maplibre-composeMaterial3 = { module = "org.maplibre.compose:maplibre-compose-material3", version = "maplibre-composeMaterial3" }
|
||||
androidx-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
|
||||
@@ -77,6 +77,7 @@ androidx-compose-material3-window-size-class1 = { group = "androidx.compose.mate
|
||||
androidx-app-automotive = { module = "androidx.car.app:app-automotive", version.ref = "androidx-car" }
|
||||
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics", version.ref = "uiGraphics" }
|
||||
androidx-window = { group = "androidx.window", name = "window", version.ref = "window" }
|
||||
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout", version.ref = "foundationLayout" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user