|
13 | 13 | # limitations under the License. |
14 | 14 |
|
15 | 15 | [versions] |
16 | | -accompanist = "0.32.0" |
17 | | -activity = "1.10.1" |
18 | | -agp = "8.9.3" |
19 | | -benchmarkMacroJunit4 = "1.3.4" |
20 | | -baselineprofile = "1.3.4" |
21 | | -camera = "1.5.0-beta01" |
22 | | -camera-effects = "1.4.2" |
23 | | -camera-media-effect = "1.0.0-alpha03" |
| 16 | +accompanist = "0.37.3" |
| 17 | +activity = "1.11.0" |
| 18 | +agp = "8.13.0" |
| 19 | +benchmarkMacroJunit4 = "1.4.1" |
| 20 | +baselineprofile = "1.4.1" |
| 21 | +camera = "1.5.1" |
| 22 | +camera-effects = "1.5.1" |
| 23 | +camera-media-effect = "1.0.0-SNAPSHOT" |
24 | 24 | coil = "2.7.0" |
25 | | -compose = "1.9.0-alpha03" |
26 | | -compose_bom = "2025.05.01" |
| 25 | +compose = "1.9.4" |
| 26 | +compose_bom = "2025.11.00" |
27 | 27 | composeCompiler = "1.5.4" # Used in app/build.gradle.kts |
28 | | -concurrent = "1.2.0" |
29 | | -core = "1.16.0" |
| 28 | +concurrent = "1.3.0" |
| 29 | +core = "1.17.0" |
30 | 30 | core-performance = "1.0.0" |
31 | | -core-splashscreen = "1.0.1" |
32 | | -espresso = "3.6.1" |
33 | | -firebaseBoM = "33.14.0" |
34 | | -googleGmsGoogleServices = "4.4.2" |
| 31 | +core-splashscreen = "1.2.0" |
| 32 | +espresso = "3.7.0" |
| 33 | +firebaseBoM = "34.5.0" |
| 34 | +googleGmsGoogleServices = "4.4.4" |
35 | 35 | download = "5.6.0" |
36 | | -graphics = "1.0.1" |
37 | | -hilt = "2.56.1" |
38 | | -hiltNavigationCompose = "1.2.0" |
| 36 | +graphics = "1.1.0" |
| 37 | +hilt = "2.57.2" |
| 38 | +hiltNavigationCompose = "1.3.0" |
39 | 39 | junit = "4.13.2" |
40 | | -kotlin = "2.1.10" |
41 | | -kotlinxSerializationJson = "1.8.1" |
42 | | -ksp = "2.1.10-1.0.30" |
43 | | -lifecycle = "2.9.0" |
| 40 | +kotlin = "2.2.21" |
| 41 | +kotlinxSerializationJson = "1.9.0" |
| 42 | +ksp = "2.3.2" |
| 43 | +lifecycle = "2.9.4" |
44 | 44 | lifecycle-viewmodel = "1.0.0-SNAPSHOT" |
45 | | -android-material3 = "1.13.0-alpha13" |
46 | | -material3 = "1.4.0-alpha15" |
47 | | -material3-adaptive-navigation-suite = "1.4.0-alpha15" |
| 45 | +android-material3 = "1.13.0" |
| 46 | +material3 = "1.4.0" |
| 47 | +material3-adaptive-navigation-suite = "1.4.0" |
48 | 48 | material3-adaptive-navigation3 = "1.0.0-SNAPSHOT" |
49 | | -media3 = "1.5.0" |
50 | | -media3-ui-compose = "1.7.1" |
51 | | -navigation3 = "1.0.0-alpha01" |
| 49 | +media3 = "1.8.0" |
| 50 | +media3-ui-compose = "1.8.0" |
| 51 | +navigation3 = "1.0.0-SNAPSHOT" |
52 | 52 | profileinstaller = "1.4.1" |
53 | | -room = "2.7.1" |
54 | | -spotless = "7.0.2" |
55 | | -test = "1.2.1" |
56 | | -truth = "1.1.3" |
57 | | -turbine = "1.0.0" |
| 53 | +room = "2.8.3" |
| 54 | +spotless = "8.0.0" |
| 55 | +test = "1.3.0" |
| 56 | +truth = "1.4.5" |
| 57 | +turbine = "1.2.1" |
58 | 58 | uiautomator = "2.3.0" |
59 | | -window = "1.4.0" |
| 59 | +window = "1.5.0" |
60 | 60 | glance = "1.1.1" |
61 | 61 | secrets = "2.0.1" |
62 | 62 | generativeai = "0.9.0" |
63 | 63 | visionCommon = "17.3.0" |
64 | 64 | segmentationSelfie = "16.0.0-beta6" |
65 | | -litert = "1.3.0" |
66 | | -datastore = "1.1.4" |
| 65 | +litert = "2.0.3" |
| 66 | +datastore = "1.1.7" |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
@@ -138,7 +138,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" } |
138 | 138 | turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" } |
139 | 139 | uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } |
140 | 140 | window = { group = "androidx.window", name = "window", version.ref = "window" } |
141 | | -ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts |
| 141 | +ktlint = "com.pinterest.ktlint:ktlint-cli:1.7.1" # Used in build.gradle.kts |
142 | 142 | generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai" } |
143 | 143 | datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore" } |
144 | 144 | firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebaseBoM" } |
|
0 commit comments