mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Bump dependency versions (#796)
## Description Bumps dependency versions. AGP (and hilt by extension) are not yet updated cause moving to AGP 9 has many breaking changes and I think one or two may affect the build scripts. Also, one day I will add Renovate to automate these PRs.
This commit is contained in:
parent
b3ef60f86d
commit
fa51d1e61e
1 changed files with 10 additions and 10 deletions
|
|
@ -13,10 +13,10 @@ kotlinxCoroutinesCore = "1.10.2"
|
||||||
ksp = "2.3.0"
|
ksp = "2.3.0"
|
||||||
coreKtx = "1.17.0"
|
coreKtx = "1.17.0"
|
||||||
appcompat = "1.7.1"
|
appcompat = "1.7.1"
|
||||||
composeBom = "2025.12.01"
|
composeBom = "2026.01.01"
|
||||||
mockk = "1.14.7"
|
mockk = "1.14.7"
|
||||||
robolectric = "4.14.1"
|
robolectric = "4.16.1"
|
||||||
multiplatformMarkdownRenderer = "0.39.0"
|
multiplatformMarkdownRenderer = "0.39.1"
|
||||||
okhttpBom = "5.3.2"
|
okhttpBom = "5.3.2"
|
||||||
programguide = "1.6.0"
|
programguide = "1.6.0"
|
||||||
slf4j2Timber = "1.2"
|
slf4j2Timber = "1.2"
|
||||||
|
|
@ -24,8 +24,8 @@ timber = "5.0.1"
|
||||||
tvFoundation = "1.0.0-alpha12"
|
tvFoundation = "1.0.0-alpha12"
|
||||||
tvMaterial = "1.0.1"
|
tvMaterial = "1.0.1"
|
||||||
lifecycleRuntimeKtx = "2.10.0"
|
lifecycleRuntimeKtx = "2.10.0"
|
||||||
activityCompose = "1.12.2"
|
activityCompose = "1.12.3"
|
||||||
androidx-media3 = "1.9.0"
|
androidx-media3 = "1.9.1"
|
||||||
coil = "3.3.0"
|
coil = "3.3.0"
|
||||||
jellyfin-sdk = "1.7.1"
|
jellyfin-sdk = "1.7.1"
|
||||||
nav3Core = "1.0.0"
|
nav3Core = "1.0.0"
|
||||||
|
|
@ -33,15 +33,15 @@ lifecycleViewmodelNav3 = "2.10.0"
|
||||||
material3AdaptiveNav3 = "1.0.0-alpha03"
|
material3AdaptiveNav3 = "1.0.0-alpha03"
|
||||||
protobuf = "0.9.6"
|
protobuf = "0.9.6"
|
||||||
datastore = "1.2.0"
|
datastore = "1.2.0"
|
||||||
kotlinx-serialization = "1.9.0"
|
kotlinx-serialization = "1.10.0"
|
||||||
protobuf-javalite = "4.33.2"
|
protobuf-javalite = "4.33.4"
|
||||||
hilt = "2.57.2"
|
hilt = "2.58"
|
||||||
room = "2.8.4"
|
room = "2.8.4"
|
||||||
preferenceKtx = "1.2.1"
|
preferenceKtx = "1.2.1"
|
||||||
tvprovider = "1.1.0"
|
tvprovider = "1.1.0"
|
||||||
workRuntimeKtx = "2.11.0"
|
workRuntimeKtx = "2.11.1"
|
||||||
paletteKtx = "1.0.0"
|
paletteKtx = "1.0.0"
|
||||||
openapi-generator = "7.18.0"
|
openapi-generator = "7.19.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibraries" }
|
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibraries" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue