37 lines
2.0 KiB
TOML
37 lines
2.0 KiB
TOML
[versions]
|
|
agp = "9.1.1"
|
|
playServicesWearable = "18.0.0"
|
|
kotlin = "2.2.10"
|
|
composeBom = "2024.09.00"
|
|
composeMaterial3 = "1.5.6"
|
|
composeFoundation = "1.5.6"
|
|
composeUiTooling = "1.5.6"
|
|
playServicesWearableVersion = "18.1.0"
|
|
wear = "1.4.0"
|
|
wearToolingPreview = "1.0.0"
|
|
activityCompose = "1.13.0"
|
|
coreSplashscreen = "1.2.0"
|
|
|
|
[libraries]
|
|
play-services-wearable = { group = "com.google.android.gms", name = "play-services-wearable", version.ref = "playServicesWearable" }
|
|
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
play-services-wearable-v1810 = { module = "com.google.android.gms:play-services-wearable", version.ref = "playServicesWearableVersion" }
|
|
ui = { group = "androidx.compose.ui", name = "ui" }
|
|
ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
compose-material3 = { group = "androidx.wear.compose", name = "compose-material3", version.ref = "composeMaterial3" }
|
|
compose-foundation = { group = "androidx.wear.compose", name = "compose-foundation", version.ref = "composeFoundation" }
|
|
compose-ui-tooling = { group = "androidx.wear.compose", name = "compose-ui-tooling", version.ref = "composeUiTooling" }
|
|
wear = { module = "androidx.wear:wear", version.ref = "wear" }
|
|
wear-tooling-preview = { group = "androidx.wear", name = "wear-tooling-preview", version.ref = "wearToolingPreview" }
|
|
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
|
core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "coreSplashscreen" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
|