|
1 | 1 | [versions] |
2 | | -agp = "8.7.0" |
| 2 | +agp = "8.7.2" |
3 | 3 | apng = "1.11.0" |
4 | 4 | datastorePreferences = "1.1.1" |
5 | | -ktorClientOkhttp = "3.0.0" |
| 5 | +ktorClientOkhttp = "3.0.1" |
6 | 6 | supabaseBom = "3.0.1" |
7 | 7 | coilComposeVersion = "2.7.0" |
8 | 8 | converterMoshi = "2.11.0" |
9 | 9 | hiltAndroid = "2.52" |
10 | 10 | hiltAndroidCompiler = "2.52" |
11 | 11 | hiltCompiler = "1.2.0" |
12 | 12 | kotlin = "2.0.0" |
13 | | -coreKtx = "1.13.1" |
| 13 | +coreKtx = "1.15.0" |
14 | 14 | junit = "4.13.2" |
15 | 15 | junitVersion = "1.2.1" |
16 | 16 | espressoCore = "3.6.1" |
17 | | -lifecycleRuntimeKtx = "2.8.6" |
18 | | -activityCompose = "1.9.2" |
19 | | -composeBom = "2024.09.03" |
20 | | -materialIconsExtendedAndroid = "1.7.3" |
| 17 | +lifecycleRuntimeKtx = "2.8.7" |
| 18 | +activityCompose = "1.9.3" |
| 19 | +composeBom = "2024.10.01" |
| 20 | +materialIconsExtendedAndroid = "1.7.5" |
21 | 21 | moshiKotlin = "1.15.1" |
22 | | -navigationCompose = "2.8.2" |
| 22 | +navigationCompose = "2.8.3" |
23 | 23 | playServicesAuth = "21.2.0" |
24 | | -lifecycleRuntimeCompose = "2.8.6" |
| 24 | +lifecycleRuntimeCompose = "2.8.7" |
25 | 25 | retrofit = "2.11.0" |
26 | 26 | roomKtx = "2.6.1" |
27 | 27 | material = "1.12.0" |
28 | | -material3 = "1.3.0" |
| 28 | +material3 = "1.3.1" |
29 | 29 | serialization = "1.7.3" |
30 | | -material3AdaptiveNavigationSuite = "1.3.0" |
| 30 | +material3AdaptiveNavigationSuite = "1.3.1" |
31 | 31 | adaptive = "1.0.0" |
32 | 32 | adaptiveLayout = "1.0.0" |
33 | 33 | adaptiveNavigation = "1.0.0" |
34 | | -workRuntimeKtx = "2.9.1" |
| 34 | +workRuntimeKtx = "2.10.0" |
35 | 35 | hiltCommon = "1.2.0" |
36 | 36 | hiltWork = "1.2.0" |
37 | 37 | ksp = "2.0.0-1.0.23" |
@@ -64,7 +64,7 @@ androidx-ui = { group = "androidx.compose.ui", name = "ui" } |
64 | 64 | androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } |
65 | 65 | androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } |
66 | 66 | androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } |
67 | | -androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version = "1.7.3" } |
| 67 | +androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version = "1.7.5" } |
68 | 68 | androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
69 | 69 | androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" } |
70 | 70 | moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" } |
|
0 commit comments