|
2 | 2 | accompanist = "0.36.0"
|
3 | 3 | androidGradlePlugin = "8.11.1"
|
4 | 4 | androidx-activity-compose = "1.10.1"
|
5 |
| -androidx-benchmark-junit4 = "1.4.0-rc01" |
| 5 | +androidx-benchmark-junit4 = "1.4.0" |
6 | 6 | androidx-compose-bom = "2025.07.00"
|
7 | 7 | androidx-constraintlayout = "1.1.1"
|
8 | 8 | androidx-corektx = "1.16.0"
|
9 | 9 | androidx-lifecycle-compose = "2.9.2"
|
10 | 10 | androidx-lifecycle-runtime-compose = "2.9.2"
|
11 |
| -androidx-navigation = "2.9.2" |
12 |
| -androidx-test = "1.6.1" |
13 |
| -androidx-test-espresso = "3.6.1" |
14 |
| -androidx-test-ext-junit = "1.2.1" |
| 11 | +androidx-navigation = "2.9.3" |
| 12 | +androidx-test = "1.7.0" |
| 13 | +androidx-test-espresso = "3.7.0" |
| 14 | +androidx-test-ext-junit = "1.3.0" |
15 | 15 | androix-test-uiautomator = "2.3.0"
|
16 | 16 | coil = "2.7.0"
|
17 | 17 | coroutines = "1.10.2"
|
18 | 18 | junit = "4.13.2"
|
19 | 19 | kotlin = "2.2.0"
|
20 | 20 | runtimeTracing = "1.8.3"
|
21 | 21 | profileinstaller = "1.4.1"
|
22 |
| -baselineprofile = "1.3.4" |
| 22 | +baselineprofile = "1.4.0" |
23 | 23 |
|
24 | 24 | [libraries]
|
25 | 25 | accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
@@ -47,7 +47,7 @@ androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-te
|
47 | 47 | androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
|
48 | 48 | androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
|
49 | 49 | androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
|
50 |
| -androidx-test-runner = "androidx.test:runner:1.6.2" |
| 50 | +androidx-test-runner = "androidx.test:runner:1.7.0" |
51 | 51 | androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
|
52 | 52 | coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
53 | 53 | junit = { module = "junit:junit", version.ref = "junit" }
|
|
0 commit comments