|
13 | 13 | # limitations under the License. |
14 | 14 |
|
15 | 15 | [versions] |
16 | | -accompanist = "0.32.0" |
17 | | -activity = "1.9.3" |
18 | | -agp = "8.8.0" |
19 | | -benchmarkMacroJunit4 = "1.3.3" |
20 | | -baselineprofile = "1.3.3" |
21 | | -camera = "1.5.0-alpha06" |
22 | | -cameraMediaEffect = "1.0.0-alpha01" |
23 | | -cameraEffects = "1.4.1" |
24 | | -coil = "2.4.0" |
25 | | -compose_bom = "2024.11.00" |
| 16 | +accompanist = "0.37.3" |
| 17 | +activity = "1.10.1" |
| 18 | +agp = "8.10.1" |
| 19 | +benchmarkMacroJunit4 = "1.3.4" |
| 20 | +baselineprofile = "1.3.4" |
| 21 | +camera = "1.5.0-beta01" |
| 22 | +cameraMediaEffect = "1.0.0-alpha03" |
| 23 | +cameraEffects = "1.4.2" |
| 24 | +coil = "2.7.0" |
| 25 | +compose_bom = "2025.05.01" |
26 | 26 | composeCompiler = "1.5.4" # Used in app/build.gradle.kts |
27 | 27 | concurrent = "1.2.0" |
28 | | -core = "1.15.0" |
| 28 | +core = "1.16.0" |
29 | 29 | core-performance = "1.0.0" |
30 | 30 | core-splashscreen = "1.0.1" |
31 | 31 | espresso = "3.6.1" |
32 | 32 | download = "5.6.0" |
33 | 33 | graphics = "1.0.1" |
34 | | -hilt = "2.49" |
| 34 | +hilt = "2.56.2" |
35 | 35 | hiltNavigationCompose = "1.2.0" |
36 | 36 | junit = "4.13.2" |
37 | | -kotlin = "2.0.0" |
38 | | -kotlinxSerializationJson = "1.7.3" |
39 | | -ksp = "2.0.0-1.0.21" |
40 | | -lifecycle = "2.8.7" |
41 | | -android-material3 = "1.13.0-alpha11" |
42 | | -material3 = "1.3.1" |
43 | | -media3 = "1.5.0" # Using this version until CameraX is compatible with 1.6 |
44 | | -navigation = "2.8.5" |
| 37 | +kotlin = "2.1.21" |
| 38 | +kotlinxSerializationJson = "1.8.1" |
| 39 | +ksp = "2.1.21-2.0.1" |
| 40 | +lifecycle = "2.9.0" |
| 41 | +android-material3 = "1.13.0-alpha13" |
| 42 | +material3 = "1.3.2" |
| 43 | +media3 = "1.7.1" # Using this version until CameraX is compatible with 1.6 |
| 44 | +navigation = "2.9.0" |
45 | 45 | profileinstaller = "1.4.1" |
46 | | -room = "2.6.1" |
47 | | -spotless = "6.24.0" |
| 46 | +room = "2.7.1" |
| 47 | +spotless = "7.0.4" |
48 | 48 | test = "1.2.1" |
49 | | -truth = "1.1.3" |
50 | | -turbine = "1.0.0" |
| 49 | +truth = "1.4.4" |
| 50 | +turbine = "1.2.0" |
51 | 51 | uiautomator = "2.3.0" |
52 | | -window = "1.3.0" |
53 | | -material3-adaptive-navigation-suite = "1.3.1" |
| 52 | +window = "1.4.0" |
| 53 | +material3-adaptive-navigation-suite = "1.3.2" |
54 | 54 | glance = "1.1.1" |
55 | 55 | secrets = "2.0.1" |
56 | 56 | generativeai = "0.9.0" |
57 | | -datastore = "1.1.1" |
| 57 | +datastore = "1.1.7" |
58 | 58 | visionCommon = "17.3.0" |
59 | 59 | segmentationSelfie = "16.0.0-beta6" |
60 | | -litertSupportApi = "1.2.0" |
61 | | -litert = "1.2.0" |
62 | | -litertGpu = "1.2.0" |
| 60 | +litertSupportApi = "1.3.0" |
| 61 | +litert = "1.3.0" |
| 62 | +litertGpu = "1.3.0" |
63 | 63 |
|
64 | 64 | [libraries] |
65 | 65 | accompanist-painter = { group = "com.google.accompanist", name = "accompanist-drawablepainter", version.ref = "accompanist" } |
@@ -122,7 +122,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" } |
122 | 122 | turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" } |
123 | 123 | uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } |
124 | 124 | window = { group = "androidx.window", name = "window", version.ref = "window" } |
125 | | -ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts |
| 125 | +ktlint = "com.pinterest.ktlint:ktlint-cli:1.6.0" # Used in build.gradle.kts |
126 | 126 | generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai"} |
127 | 127 | datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore"} |
128 | 128 | vision-common = { group = "com.google.mlkit", name = "vision-common", version.ref = "visionCommon" } |
|
0 commit comments