|
1 | 1 | [versions] |
2 | | -agp = "8.13.1" |
| 2 | +agp = "8.13.2" |
3 | 3 | androidx-annotation = "1.9.1" |
4 | 4 | androidx-core-ktx = "1.17.0" |
| 5 | +androidxComposeAnimation = "1.10.0" |
5 | 6 | compose-lint-checks = "1.4.2" |
6 | 7 | compose-material3 = "1.4.0" |
7 | 8 | compose-ui = "1.10.0" |
8 | 9 | google-accompanist-permissions = "0.37.3" |
9 | 10 | junit = "4.13.2" |
10 | | -kotlin = "2.2.21" |
11 | | -kover = "0.9.3" |
| 11 | +kotlin = "2.3.0" |
| 12 | +kover = "0.9.4" |
12 | 13 | ktlint = "14.0.1" |
13 | 14 | robolectric = "4.16" |
14 | 15 | uiTestJunit4Android = "1.10.0" |
15 | 16 | versionCatalogUpdate = "1.0.1" |
16 | | -androidxComposeAnimation = "1.10.0" |
17 | 17 |
|
18 | 18 | [libraries] |
19 | 19 | androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" } |
| 20 | +androidx-compose-animation-core = { module = "androidx.compose.animation:animation-core", version.ref = "androidxComposeAnimation" } |
20 | 21 | androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core-ktx" } |
21 | 22 | androidx-ui-test-junit4-android = { module = "androidx.compose.ui:ui-test-junit4-android", version.ref = "uiTestJunit4Android" } |
| 23 | +compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose-ui" } |
22 | 24 | compose-lint-checks = { module = "com.slack.lint.compose:compose-lint-checks", version.ref = "compose-lint-checks" } |
23 | 25 | compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "compose-material3" } |
24 | | -compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose-ui" } |
25 | 26 | compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose-ui" } |
26 | 27 | compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose-ui" } |
27 | 28 | google-accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "google-accompanist-permissions" } |
28 | 29 | junit = { module = "junit:junit", version.ref = "junit" } |
29 | 30 | roboelectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } |
30 | | -androidx-compose-animation-core = { group = "androidx.compose.animation", name = "animation-core", version.ref = "androidxComposeAnimation" } |
31 | 31 |
|
32 | 32 | [plugins] |
33 | 33 | android-library = { id = "com.android.library", version.ref = "agp" } |
|
0 commit comments