1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-06-27 23:18:50 +00:00

Update dependencies to latest stable releases

Signed-off-by: Aayush Gupta <contact@aayush.io>
This commit is contained in:
Aayush Gupta
2026-06-16 16:37:43 +08:00
parent 20ce6d7c6a
commit 09cc7764cf
+8 -8
View File
@@ -15,11 +15,11 @@ autoservice-zacsweers = "1.2.0"
bridge = "v2.0.2"
browser = "1.10.0"
cardview = "1.0.0"
checkstyle = "13.4.2"
coil = "3.4.0"
checkstyle = "13.6.0"
coil = "3.5.0"
compose = "1.11.2"
constraintlayout = "2.2.1"
core = "1.18.0"
core = "1.18.0" # New versions require compileSdk 37
coroutines = "1.11.0"
desugar = "2.1.5"
documentfile = "1.1.0"
@@ -31,9 +31,9 @@ jsoup = "1.22.2"
junit = "4.13.2"
junit-ext = "1.3.0"
kermit = "2.1.0"
koin = "4.2.1"
koin-plugin = "1.0.0"
kotlin = "2.3.21"
koin = "4.2.2"
koin-plugin = "1.0.1"
kotlin = "2.4.0"
kotlinx-coroutines-rx3 = "1.11.0"
kotlinx-serialization-json = "1.11.0"
ksp = "2.3.8"
@@ -46,9 +46,9 @@ material = "1.11.0" # TODO: update to newer version after bug is fixed. See http
material3 = "1.11.0-alpha07"
media = "1.7.1"
mockitoCore = "5.23.0"
multiplatform = "1.11.0"
multiplatform = "1.11.1"
navigation3 = "1.1.1"
okhttp = "5.3.2"
okhttp = "5.4.0"
phoenix = "3.0.0"
preference = "1.2.1"
prettytime = "5.0.8.Final"