Skip to content

Commit aa094bc

Browse files
committed
libs: Bump all libs stuck due to minSdk to latest release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent 7a3d1d9 commit aa094bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cardview = "1.0.0"
1515
checkstyle = "13.4.0"
1616
coil = "3.4.0"
1717
constraintlayout = "2.2.1"
18-
core = "1.17.0" # Newer versions require minSdk >= 23
18+
core = "1.18.0"
1919
desugar = "2.1.5"
2020
documentfile = "1.1.0"
2121
exoplayer = "2.19.1"
@@ -30,7 +30,7 @@ kotlinx-serialization-json = "1.11.0"
3030
ksp = "2.3.6"
3131
ktlint = "1.8.0"
3232
leakcanary = "2.14"
33-
lifecycle = "2.9.4" # Newer versions require minSdk >= 23
33+
lifecycle = "2.10.0"
3434
localbroadcastmanager = "1.1.0"
3535
markwon = "4.6.2"
3636
material = "1.11.0" # TODO: update to newer version after bug is fixed. See https://github.com/TeamNewPipe/NewPipe/pull/13018
@@ -41,7 +41,7 @@ phoenix = "3.0.0"
4141
preference = "1.2.1"
4242
prettytime = "5.0.8.Final"
4343
recyclerview = "1.4.0"
44-
room = "2.7.2" # Newer versions require minSdk >= 23
44+
room = "2.8.4"
4545
runner = "1.7.0"
4646
rxandroid = "3.0.2"
4747
rxbinding = "4.0.0"
@@ -62,8 +62,8 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
6262
# to cause jitpack to regenerate the artifact.
6363
teamnewpipe-newpipe-extractor = "v0.26.1"
6464
viewpager2 = "1.1.0"
65-
webkit = "1.14.0" # Newer versions require minSdk >= 23
66-
work = "2.10.5" # Newer versions require minSdk >= 23
65+
webkit = "1.15.0"
66+
work = "2.11.2"
6767

6868
[libraries]
6969
acra-core = { module = "ch.acra:acra-core", version.ref = "acra" }

0 commit comments

Comments
 (0)