DataStore Manager
This commit is contained in:
@@ -13,33 +13,34 @@ junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
kotlinxSerializationJson = "1.10.0"
|
||||
lifecycleRuntimeKtx = "2.10.0"
|
||||
composeBom = "2026.01.01"
|
||||
composeBom = "2026.02.00"
|
||||
appcompat = "1.7.1"
|
||||
material = "1.13.0"
|
||||
carApp = "1.7.0"
|
||||
androidx-car = "1.7.0"
|
||||
objectboxKotlin = "5.1.0"
|
||||
objectboxProcessor = "5.0.1"
|
||||
objectboxKotlin = "5.2.0"
|
||||
objectboxProcessor = "5.2.0"
|
||||
ui = "1.10.0"
|
||||
material3 = "1.4.0"
|
||||
runtimeLivedata = "1.10.2"
|
||||
foundation = "1.10.0"
|
||||
runtimeLivedata = "1.10.3"
|
||||
foundation = "1.10.3"
|
||||
maplibre-composeMaterial3 = "0.12.2"
|
||||
maplibre-compose = "0.12.1"
|
||||
playServicesLocation = "21.3.0"
|
||||
runtime = "1.10.2"
|
||||
runtime = "1.10.3"
|
||||
accompanist = "0.37.3"
|
||||
uiVersion = "1.10.2"
|
||||
uiText = "1.10.2"
|
||||
uiVersion = "1.10.3"
|
||||
uiText = "1.10.3"
|
||||
navigationCompose = "2.9.7"
|
||||
uiToolingPreview = "1.10.2"
|
||||
uiTooling = "1.10.2"
|
||||
uiToolingPreview = "1.10.3"
|
||||
uiTooling = "1.10.3"
|
||||
material3WindowSizeClass = "1.4.0"
|
||||
uiGraphics = "1.10.2"
|
||||
uiGraphics = "1.10.3"
|
||||
window = "1.5.1"
|
||||
foundationLayout = "1.10.2"
|
||||
foundationLayoutVersion = "1.10.2"
|
||||
|
||||
foundationLayout = "1.10.3"
|
||||
foundationLayoutVersion = "1.10.3"
|
||||
datastorePreferences = "1.2.0"
|
||||
datastoreCore = "1.2.0"
|
||||
|
||||
[libraries]
|
||||
android-sdk-turf = { module = "org.maplibre.gl:android-sdk-turf", version.ref = "androidSdkTurf" }
|
||||
@@ -81,6 +82,8 @@ androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graph
|
||||
androidx-window = { group = "androidx.window", name = "window", version.ref = "window" }
|
||||
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout", version.ref = "foundationLayout" }
|
||||
androidx-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout", version.ref = "foundationLayoutVersion" }
|
||||
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
||||
androidx-datastore-core = { group = "androidx.datastore", name = "datastore-core", version.ref = "datastoreCore" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user