chore: update dependencies

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-06-14 21:09:03 +02:00
parent 9ca9e51300
commit 7377d540cd
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.10.1'
// Kotlinx - various first-party extensions for Kotlin
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.4.0"
// Compose BOM

View File

@ -4,7 +4,7 @@ buildscript {
compose_bom_version = '2023.05.01'
accompanist_version = '0.31.2-alpha'
okhttp_version = '4.10.0'
nav_version = '2.7.0-alpha01'
nav_version = '2.7.0-beta01'
hilt_version = '2.44'
coil_version = '2.2.2'
glide_version = '4.14.2'