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