1
1
[versions ]
2
2
3
- kotlin = " 2.1.20 "
4
- agp = " 8.9 .1"
3
+ kotlin = " 2.1.21 "
4
+ agp = " 8.10 .1"
5
5
desugar_jdk_libs = " 2.1.5"
6
- gradle-maven-publish-plugin = " 0.28 .0"
6
+ gradle-maven-publish-plugin = " 0.32 .0"
7
7
8
8
androidx-activity = " 1.10.1"
9
9
androidx-annotation = " 1.9.1"
10
10
androidx-appcompat = " 1.7.0"
11
11
androidx-browser = " 1.8.0"
12
12
androidx-cardview = " 1.0.0"
13
- androidx-compose-animation = " 1.7.8"
14
- androidx-compose-foundation = " 1.7.8"
15
- androidx-compose-material = " 1.7.8"
16
- androidx-compose-material3 = " 1.3.1"
17
- androidx-compose-runtime = " 1.7.8"
18
- androidx-compose-ui = " 1.7.8"
13
+ androidx-compose-animation = " 1.8.2"
14
+ androidx-compose-foundation = " 1.8.2"
15
+ androidx-compose-material = " 1.8.2"
16
+ androidx-compose-material-icons = " 1.7.8"
17
+ androidx-compose-material3 = " 1.3.2"
18
+ androidx-compose-runtime = " 1.8.2"
19
+ androidx-compose-ui = " 1.8.2"
19
20
androidx-constraintlayout = " 2.2.1"
20
- androidx-core = " 1.15 .0"
21
- androidx-datastore = " 1.1.4 "
22
- androidx-fragment-ktx = " 1.8.6 "
21
+ androidx-core = " 1.16 .0"
22
+ androidx-datastore = " 1.1.7 "
23
+ androidx-fragment-ktx = " 1.8.7 "
23
24
androidx-legacy = " 1.0.0"
24
- androidx-lifecycle = " 2.8.7 "
25
- androidx-media3 = " 1.6.0 "
26
- androidx-navigation = " 2.8.9 "
25
+ androidx-lifecycle = " 2.9.0 "
26
+ androidx-media3 = " 1.7.1 "
27
+ androidx-navigation = " 2.9.0 "
27
28
androidx-paging = " 3.3.6"
28
29
androidx-recyclerview = " 1.4.0"
29
- androidx-room = " 2.7.0 "
30
+ androidx-room = " 2.7.1 "
30
31
androidx-viewpager2 = " 1.1.0"
31
32
androidx-webkit = " 1.13.0"
32
33
33
- assertj = " 3.26 .3"
34
+ assertj = " 3.27 .3"
34
35
35
36
dokka = " 1.9.20"
36
37
37
38
google-material = " 1.12.0"
38
39
39
- joda-time = " 2.13.0"
40
+ joda-time = " 2.14.0"
41
+ # Do not upgrade without fixing unit tests in HtmlResourceContentIteratorTest and regression testing
42
+ # See https://github.com/jhy/jsoup/pull/2283
40
43
jsoup = " 1.18.1"
41
44
junit = " 4.13.2"
42
45
43
- kotlinx-coroutines = " 1.10.1 "
44
- kotlinx-coroutines-test = " 1.10.1 "
45
- kotlinx-datetime = " 0.6.1 "
46
- kotlinx-serialization-json = " 1.7.3 "
46
+ kotlinx-coroutines = " 1.10.2 "
47
+ kotlinx-coroutines-test = " 1.10.2 "
48
+ kotlinx-datetime = " 0.6.2 "
49
+ kotlinx-serialization-json = " 1.8.1 "
47
50
48
51
# Make sure to align with the Kotlin version.
49
52
# See https://github.com/google/ksp/releases
50
- ksp = " 2.1.20-1 .0.32 "
53
+ ksp = " 2.1.21-2 .0.1 "
51
54
52
55
ktlint = " 12.1.1"
53
56
@@ -57,8 +60,8 @@ ktlint = "12.1.1"
57
60
picasso = " 2.8"
58
61
pspdfkit = " 8.4.1"
59
62
60
- robolectric = " 4.13 "
61
- mockk = " 1.13.14 "
63
+ robolectric = " 4.14.1 "
64
+ mockk = " 1.14.2 "
62
65
63
66
timber = " 5.0.1"
64
67
@@ -75,7 +78,7 @@ androidx-compose-animation = { group = "androidx.compose.animation", name = "ani
75
78
androidx-compose-foundation = { group = " androidx.compose.foundation" , name = " foundation" , version.ref = " androidx-compose-foundation" }
76
79
androidx-compose-material = { group = " androidx.compose.material" , name = " material" , version.ref = " androidx-compose-material" }
77
80
androidx-compose-material3 = { group = " androidx.compose.material3" , name = " material3" , version.ref = " androidx-compose-material3" }
78
- androidx-compose-material-icons = { group = " androidx.compose.material" , name = " material-icons-extended" , version.ref = " androidx-compose-material" }
81
+ androidx-compose-material-icons = { group = " androidx.compose.material" , name = " material-icons-extended" , version.ref = " androidx-compose-material-icons " }
79
82
androidx-compose-runtime = { group = " androidx.compose.runtime" , name = " runtime" , version.ref = " androidx-compose-runtime" }
80
83
androidx-compose-ui = { group = " androidx.compose.ui" , name = " ui" , version.ref = " androidx-compose-ui" }
81
84
androidx-compose-ui-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" , version.ref = " androidx-compose-ui" }
0 commit comments