Bump versions of dependencies
This commit is contained in:
@@ -75,7 +75,7 @@ dependencies {
|
|||||||
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
|
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
|
||||||
|
|
||||||
// https://github.com/Kotlin/kotlinx.serialization/releases
|
// https://github.com/Kotlin/kotlinx.serialization/releases
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0"
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"
|
||||||
|
|
||||||
// https://developer.android.com/jetpack/androidx/releases/preference
|
// https://developer.android.com/jetpack/androidx/releases/preference
|
||||||
implementation "androidx.preference:preference-ktx:1.1.1"
|
implementation "androidx.preference:preference-ktx:1.1.1"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ buildscript {
|
|||||||
ext.nav_version = "2.4.0-beta02"
|
ext.nav_version = "2.4.0-beta02"
|
||||||
|
|
||||||
// https://dagger.dev/hilt/gradle-setup
|
// https://dagger.dev/hilt/gradle-setup
|
||||||
ext.hilt_version = "2.38.1"
|
ext.hilt_version = "2.40.1"
|
||||||
|
|
||||||
// https://kotlinlang.org/docs/gradle.html
|
// https://kotlinlang.org/docs/gradle.html
|
||||||
ext.kotlin_version = "1.5.31"
|
ext.kotlin_version = "1.5.31"
|
||||||
|
|||||||
Reference in New Issue
Block a user