Update dependencies (#866)

## Description
Update dependencies

### Related issues
Just updating some of the dependencies in #858 that don't require AGP 9

### Testing
Emulator

## Screenshots
N/A

## AI or LLM usage
None
This commit is contained in:
Ray 2026-02-10 00:26:11 -05:00 committed by GitHub
parent 6b068079fe
commit df2f03cf83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -15,9 +15,9 @@ ksp = "2.3.5"
coreKtx = "1.17.0" coreKtx = "1.17.0"
appcompat = "1.7.1" appcompat = "1.7.1"
composeBom = "2026.01.01" composeBom = "2026.01.01"
mockk = "1.14.7" mockk = "1.14.9"
robolectric = "4.16.1" robolectric = "4.16.1"
multiplatformMarkdownRenderer = "0.39.1" multiplatformMarkdownRenderer = "0.39.2"
okhttpBom = "5.3.2" okhttpBom = "5.3.2"
programguide = "1.6.0" programguide = "1.6.0"
slf4j2Timber = "1.2" slf4j2Timber = "1.2"
@ -35,14 +35,14 @@ material3AdaptiveNav3 = "1.0.0-alpha03"
protobuf = "0.9.6" protobuf = "0.9.6"
datastore = "1.2.0" datastore = "1.2.0"
kotlinx-serialization = "1.10.0" kotlinx-serialization = "1.10.0"
protobuf-javalite = "4.33.4" protobuf-javalite = "4.33.5"
hilt = "2.58" 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.1" workRuntimeKtx = "2.11.1"
paletteKtx = "1.0.0" paletteKtx = "1.0.0"
kotlinxCoroutinesTest = "1.7.3" kotlinxCoroutinesTest = "1.10.2"
coreTesting = "2.2.0" coreTesting = "2.2.0"
openapi-generator = "7.19.0" openapi-generator = "7.19.0"

View file

@ -28,7 +28,7 @@
{ {
"groupName": "AGP", "groupName": "AGP",
"matchPackageNames": [ "matchPackageNames": [
"com.android.application:**" "com.android.application**"
] ]
}, },
{ {