| [versions] |
| agp = "8.3.0-alpha05" |
| kotlin = "1.8.10" |
| core-ktx = "1.9.0" |
| junit = "4.13.2" |
| androidx-test-ext-junit = "1.1.5" |
| espresso-core = "3.5.1" |
| lifecycle-runtime-ktx = "2.6.1" |
| activity-compose = "1.7.2" |
| compose-bom = "2023.03.00" |
| appcompat = "1.6.1" |
| material = "1.9.0" |
| |
| [libraries] |
| core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" } |
| junit = { group = "junit", name = "junit", version.ref = "junit" } |
| androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" } |
| espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" } |
| lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle-runtime-ktx" } |
| activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" } |
| compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" } |
| 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" } |
| material3 = { group = "androidx.compose.material3", name = "material3" } |
| appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } |
| material = { group = "com.google.android.material", name = "material", version.ref = "material" } |
| |
| [plugins] |
| androidApplication = { id = "com.android.application", version.ref = "agp" } |
| kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| androidLibrary = { id = "com.android.library", version.ref = "agp" } |
| |