|
13 | 13 | # limitations under the License. |
14 | 14 |
|
15 | 15 | [versions] |
16 | | -accompanist = "0.32.0" |
17 | | -activity = "1.9.3" |
18 | | -agp = "8.7.3" |
| 16 | +accompanist = "0.37.0" |
| 17 | +activity = "1.10.0" |
| 18 | +agp = "8.8.0" |
19 | 19 | benchmarkMacroJunit4 = "1.3.3" |
20 | 20 | baselineprofile = "1.3.3" |
21 | 21 | camera = "1.5.0-alpha05" |
22 | | -coil = "2.4.0" |
23 | | -compose_bom = "2024.11.00" |
| 22 | +coil = "2.7.0" |
| 23 | +compose_bom = "2025.01.00" |
24 | 24 | composeCompiler = "1.5.4" # Used in app/build.gradle.kts |
25 | 25 | concurrent = "1.2.0" |
26 | 26 | core = "1.15.0" |
27 | 27 | core-performance = "1.0.0" |
28 | 28 | core-splashscreen = "1.0.1" |
29 | 29 | espresso = "3.6.1" |
30 | 30 | graphics = "1.0.1" |
31 | | -hilt = "2.49" |
| 31 | +hilt = "2.55" |
32 | 32 | hiltNavigationCompose = "1.2.0" |
33 | 33 | junit = "4.13.2" |
34 | | -kotlin = "2.0.0" |
35 | | -kotlinxSerializationJson = "1.7.3" |
36 | | -ksp = "2.0.0-1.0.21" |
| 34 | +kotlin = "2.1.0" |
| 35 | +kotlinxSerializationJson = "1.8.0" |
| 36 | +ksp = "2.1.0-1.0.29" |
37 | 37 | lifecycle = "2.8.7" |
38 | 38 | material3 = "1.3.1" |
39 | | -media3 = "1.4.0-rc01" |
| 39 | +media3 = "1.5.1" |
40 | 40 | navigation = "2.8.5" |
41 | 41 | profileinstaller = "1.4.1" |
42 | 42 | room = "2.6.1" |
43 | | -spotless = "6.24.0" |
| 43 | +spotless = "7.0.2" |
44 | 44 | test = "1.2.1" |
45 | | -truth = "1.1.3" |
46 | | -turbine = "1.0.0" |
| 45 | +truth = "1.4.4" |
| 46 | +turbine = "1.2.0" |
47 | 47 | uiautomator = "2.3.0" |
48 | 48 | window = "1.3.0" |
49 | 49 | material3-adaptive-navigation-suite = "1.3.1" |
50 | 50 | glance = "1.1.1" |
51 | 51 | secrets = "2.0.1" |
52 | 52 | generativeai = "0.9.0" |
53 | | -datastore = "1.1.1" |
| 53 | +datastore = "1.1.2" |
54 | 54 |
|
55 | 55 |
|
56 | 56 | [libraries] |
@@ -111,7 +111,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" } |
111 | 111 | turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" } |
112 | 112 | uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } |
113 | 113 | window = { group = "androidx.window", name = "window", version.ref = "window" } |
114 | | -ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts |
| 114 | +ktlint = "com.pinterest.ktlint:ktlint-cli:1.5.0" # Used in build.gradle.kts |
115 | 115 | generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai"} |
116 | 116 | datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore"} |
117 | 117 |
|
|
0 commit comments