Update dependencies and Gradle to latest stable release

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2026-03-18 15:46:47 +08:00
parent efbfd68a54
commit 199c25384d
4 changed files with 9 additions and 9 deletions

View file

@ -12,10 +12,10 @@ autoservice-google = "1.1.1"
autoservice-zacsweers = "1.2.0"
bridge = "v2.0.2"
cardview = "1.0.0"
checkstyle = "13.2.0"
coil = "3.3.0"
checkstyle = "13.3.0"
coil = "3.4.0"
constraintlayout = "2.2.1"
core = "1.17.0"
core = "1.17.0" # Newer versions require minSdk >= 23
desugar = "2.1.5"
documentfile = "1.1.0"
exoplayer = "2.19.1"
@ -24,7 +24,7 @@ groupie = "2.10.1"
jsoup = "1.22.1"
junit = "4.13.2"
junit-ext = "1.3.0"
kotlin = "2.3.10"
kotlin = "2.3.20"
kotlinx-coroutines-rx3 = "1.10.2"
kotlinx-serialization-json = "1.10.0"
ksp = "2.3.6"
@ -35,7 +35,7 @@ localbroadcastmanager = "1.1.0"
markwon = "4.6.2"
material = "1.11.0" # TODO: update to newer version after bug is fixed. See https://github.com/TeamNewPipe/NewPipe/pull/13018
media = "1.7.1"
mockitoCore = "5.21.0"
mockitoCore = "5.23.0"
okhttp = "5.3.2"
phoenix = "3.0.0"
preference = "1.2.1"
@ -46,7 +46,7 @@ runner = "1.7.0"
rxandroid = "3.0.2"
rxbinding = "4.0.0"
rxjava = "3.1.12"
sonarqube = "7.2.2.6593"
sonarqube = "7.2.3.7755"
statesaver = "1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2
stetho = "1.6.0"
swiperefreshlayout = "1.2.0"