101 lines
6.1 KiB
TOML
101 lines
6.1 KiB
TOML
[versions]
|
|
agp = "9.1.0"
|
|
androidGpxParser = "2.3.1"
|
|
androidSdkTurf = "6.0.1"
|
|
datastore = "1.2.1"
|
|
gradle = "9.1.0"
|
|
koinAndroid = "4.1.1"
|
|
koinAndroidxCompose = "4.1.1"
|
|
koinComposeViewmodel = "4.1.1"
|
|
koinCore = "4.1.1"
|
|
kotlin = "2.3.10"
|
|
coreKtx = "1.18.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.3.0"
|
|
espressoCore = "3.7.0"
|
|
kotlinxSerializationJson = "1.10.0"
|
|
lifecycleRuntimeKtx = "2.10.0"
|
|
composeBom = "2026.02.01"
|
|
appcompat = "1.7.1"
|
|
material = "1.13.0"
|
|
carApp = "1.7.0"
|
|
androidx-car = "1.7.0"
|
|
materialIconsExtended = "1.7.8"
|
|
mockitoCore = "5.23.0"
|
|
mockitoKotlin = "6.2.3"
|
|
rules = "1.7.0"
|
|
runner = "1.7.0"
|
|
material3 = "1.4.0"
|
|
runtimeLivedata = "1.10.5"
|
|
foundation = "1.10.5"
|
|
maplibre-compose = "0.12.1"
|
|
playServicesLocation = "21.3.0"
|
|
runtime = "1.10.5"
|
|
accompanist = "0.37.3"
|
|
uiVersion = "1.10.5"
|
|
uiText = "1.10.5"
|
|
navigationCompose = "2.9.7"
|
|
uiToolingPreview = "1.10.5"
|
|
uiTooling = "1.10.5"
|
|
material3WindowSizeClass = "1.4.0"
|
|
uiGraphics = "1.10.5"
|
|
window = "1.5.1"
|
|
foundationLayout = "1.10.5"
|
|
datastorePreferences = "1.2.1"
|
|
datastoreCore = "1.2.1"
|
|
monitor = "1.8.0"
|
|
|
|
[libraries]
|
|
android-gpx-parser = { module = "com.github.ticofab:android-gpx-parser", version.ref = "androidGpxParser" }
|
|
android-sdk-turf = { module = "org.maplibre.gl:android-sdk-turf", version.ref = "androidSdkTurf" }
|
|
androidx-app-projected = { module = "androidx.car.app:app-projected" }
|
|
#androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
|
|
androidx-rules = { module = "androidx.test:rules", version.ref = "rules" }
|
|
androidx-runner = { module = "androidx.test:runner", version.ref = "runner" }
|
|
gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koinAndroid" }
|
|
koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koinAndroidxCompose" }
|
|
koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koinComposeViewmodel" }
|
|
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koinCore" }
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
androidx-car-app = { group = "androidx.car.app", name = "app", version.ref = "carApp" }
|
|
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoCore" }
|
|
mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockitoKotlin" }
|
|
maplibre-compose = { module = "org.maplibre.compose:maplibre-compose", version.ref = "maplibre-compose" }
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
|
|
androidx-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata", version.ref = "runtimeLivedata" }
|
|
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "foundation" }
|
|
play-services-location = { group = "com.google.android.gms", name = "play-services-location", version.ref = "playServicesLocation" }
|
|
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "runtime" }
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
|
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "uiVersion" }
|
|
androidx-compose-ui-text = { group = "androidx.compose.ui", name = "ui-text", version.ref = "uiText" }
|
|
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
|
|
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" }
|
|
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" }
|
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
|
androidx-datastore-core = { group = "androidx.datastore", name = "datastore-core", version.ref = "datastoreCore" }
|
|
androidx-monitor = { group = "androidx.test", name = "monitor", version.ref = "monitor" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
kotlin-kapt = { id = "com.android.legacy-kapt", version.ref = "agp" }
|
|
android-protobuf = {id = "com.google.protobuf" }
|