Skip to content

Commit 89ef1a6

Browse files
committed
libs: Update compose-related libraries to latest release
The about libraries gradle plugin does merge of duplicate by defaults. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent 49354a3 commit 89ef1a6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ aboutLibraries {
220220
// note: offline mode prevents the plugin from fetching licenses at build time, which would be
221221
// harmful for reproducible builds
222222
offlineMode = true
223-
duplicationMode = DuplicateMode.MERGE
224223
}
225224

226225
dependencies {

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
[versions]
7-
about-libraries = "11.2.3"
7+
about-libraries = "14.0.1"
88
acra = "5.13.1"
99
agp = "8.13.2"
1010
appcompat = "1.7.1"
@@ -15,7 +15,7 @@ bridge = "v2.0.2"
1515
cardview = "1.0.0"
1616
checkstyle = "13.4.0"
1717
coil = "3.4.0"
18-
compose-bom = "2024.10.01"
18+
compose-bom = "2026.03.01"
1919
constraintlayout = "2.2.1"
2020
core = "1.18.0"
2121
desugar = "2.1.5"
@@ -25,7 +25,7 @@ fragment-compose = "1.8.9"
2525
groupie = "2.10.1"
2626
hilt = "2.58" # Newer version requires AGP 9
2727
hilt-navigation-compose = "1.3.0"
28-
jsoup = "1.21.2"
28+
jsoup = "1.22.2"
2929
junit = "4.13.2"
3030
junit-ext = "1.3.0"
3131
kotlin = "2.3.20"
@@ -40,9 +40,9 @@ markwon = "4.6.2"
4040
material = "1.11.0" # TODO: update to newer version after bug is fixed. See https://github.com/TeamNewPipe/NewPipe/pull/13018
4141
media = "1.7.1"
4242
mockitoCore = "5.23.0"
43-
nav3Core = "1.0.1"
43+
nav3Core = "1.1.0"
4444
okhttp = "5.3.2"
45-
paging-compose = "3.3.2"
45+
paging-compose = "3.4.2"
4646
phoenix = "3.0.0"
4747
preference = "1.2.1"
4848
prettytime = "5.0.8.Final"

0 commit comments

Comments
 (0)