|
| 1 | +[versions] |
| 2 | +agp = "8.6.0" |
| 3 | +junit = "4.13.2" |
| 4 | +junitVersion = "1.2.1" |
| 5 | +espressoCore = "3.6.1" |
| 6 | +appcompat = "1.7.0" |
| 7 | +material = "1.12.0" |
| 8 | +annotationJvm = "1.8.2" |
| 9 | +kotlin = "1.9.0" |
| 10 | +lifecycleRuntimeKtx = "2.6.1" |
| 11 | +activityCompose = "1.9.3" |
| 12 | +composeBom = "2024.04.01" |
| 13 | + |
| 14 | +[libraries] |
| 15 | +junit = { group = "junit", name = "junit", version.ref = "junit" } |
| 16 | +ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } |
| 17 | +espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } |
| 18 | +appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } |
| 19 | +material = { group = "com.google.android.material", name = "material", version.ref = "material" } |
| 20 | +annotation-jvm = { group = "androidx.annotation", name = "annotation-jvm", version.ref = "annotationJvm" } |
| 21 | +lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } |
| 22 | +activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } |
| 23 | +compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } |
| 24 | +ui = { group = "androidx.compose.ui", name = "ui" } |
| 25 | +ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } |
| 26 | +ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } |
| 27 | +ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } |
| 28 | +ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } |
| 29 | +ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| 30 | +material3 = { group = "androidx.compose.material3", name = "material3" } |
| 31 | + |
| 32 | +[plugins] |
| 33 | +android-application = { id = "com.android.application", version.ref = "agp" } |
| 34 | +kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
| 35 | + |
0 commit comments