chore: update dependencies
Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
parent
9ca9e51300
commit
7377d540cd
|
|
@ -115,7 +115,7 @@ dependencies {
|
||||||
implementation 'androidx.core:core-ktx:1.10.1'
|
implementation 'androidx.core:core-ktx:1.10.1'
|
||||||
|
|
||||||
// Kotlinx - various first-party extensions for Kotlin
|
// 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"
|
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.4.0"
|
||||||
|
|
||||||
// Compose BOM
|
// Compose BOM
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
compose_bom_version = '2023.05.01'
|
compose_bom_version = '2023.05.01'
|
||||||
accompanist_version = '0.31.2-alpha'
|
accompanist_version = '0.31.2-alpha'
|
||||||
okhttp_version = '4.10.0'
|
okhttp_version = '4.10.0'
|
||||||
nav_version = '2.7.0-alpha01'
|
nav_version = '2.7.0-beta01'
|
||||||
hilt_version = '2.44'
|
hilt_version = '2.44'
|
||||||
coil_version = '2.2.2'
|
coil_version = '2.2.2'
|
||||||
glide_version = '4.14.2'
|
glide_version = '4.14.2'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue