29 lines
1.6 KiB
TOML
29 lines
1.6 KiB
TOML
[versions]
|
|
agp = "8.7.0"
|
|
kotlin = "1.9.25"
|
|
play-services-wearable = "18.2.0"
|
|
compose-bom = "2024.09.03"
|
|
compose-material = "1.4.0"
|
|
compose-foundation = "1.4.0"
|
|
activity-compose = "1.9.2"
|
|
core-splashscreen = "1.0.1"
|
|
wear-tooling-preview = "1.0.0"
|
|
|
|
[libraries]
|
|
play-services-wearable = { group = "com.google.android.gms", name = "play-services-wearable", version.ref = "play-services-wearable" }
|
|
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
|
ui = { group = "androidx.compose.ui", name = "ui" }
|
|
ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
compose-material = { group = "androidx.wear.compose", name = "compose-material", version.ref = "compose-material" }
|
|
compose-foundation = { group = "androidx.wear.compose", name = "compose-foundation", version.ref = "compose-foundation" }
|
|
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
|
|
core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "core-splashscreen" }
|
|
wear-tooling-preview = { group = "androidx.wear", name = "wear-tooling-preview", version.ref = "wear-tooling-preview" }
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|