|
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" |
19 | | -benchmarkMacroJunit4 = "1.3.3" |
20 | | -baselineprofile = "1.3.3" |
21 | | -camera = "1.5.0-alpha05" |
22 | | -coil = "2.4.0" |
23 | | -compose_bom = "2024.11.00" |
| 16 | +accompanist = "0.37.2" |
| 17 | +activity = "1.10.1" |
| 18 | +agp = "8.9.1" |
| 19 | +benchmarkMacroJunit4 = "1.3.4" |
| 20 | +baselineprofile = "1.3.4" |
| 21 | +camera = "1.5.0-alpha06" |
| 22 | +coil = "2.7.0" |
| 23 | +compose_bom = "2025.03.01" |
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.56.1" |
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.20" |
| 35 | +kotlinxSerializationJson = "1.8.0" |
| 36 | +ksp = "2.1.20-1.0.32" |
37 | 37 | lifecycle = "2.8.7" |
38 | | -android-material3 = "1.13.0-alpha11" |
| 38 | +android-material3 = "1.13.0-alpha12" |
39 | 39 | material3 = "1.3.1" |
40 | | -media3 = "1.4.0-rc01" |
41 | | -navigation = "2.8.5" |
| 40 | +media3 = "1.6.0" |
| 41 | +navigation = "2.8.9" |
42 | 42 | profileinstaller = "1.4.1" |
43 | 43 | room = "2.6.1" |
44 | | -spotless = "6.24.0" |
| 44 | +spotless = "7.0.2" |
45 | 45 | test = "1.2.1" |
46 | | -truth = "1.1.3" |
47 | | -turbine = "1.0.0" |
| 46 | +truth = "1.4.4" |
| 47 | +turbine = "1.2.0" |
48 | 48 | uiautomator = "2.3.0" |
49 | 49 | window = "1.3.0" |
50 | 50 | material3-adaptive-navigation-suite = "1.3.1" |
51 | 51 | glance = "1.1.1" |
52 | 52 | secrets = "2.0.1" |
53 | 53 | generativeai = "0.9.0" |
54 | | -datastore = "1.1.1" |
| 54 | +datastore = "1.1.4" |
55 | 55 |
|
56 | 56 |
|
57 | 57 | [libraries] |
@@ -113,7 +113,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" } |
113 | 113 | turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" } |
114 | 114 | uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } |
115 | 115 | window = { group = "androidx.window", name = "window", version.ref = "window" } |
116 | | -ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts |
| 116 | +ktlint = "com.pinterest.ktlint:ktlint-cli:1.5.0" # Used in build.gradle.kts |
117 | 117 | generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai"} |
118 | 118 | datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore"} |
119 | 119 |
|
|
0 commit comments