Bump versions of dependencies

This commit is contained in:
Kirill Kamakin
2021-12-27 11:48:24 +03:00
parent d4bb53f892
commit 227fc9b0ff
2 changed files with 7 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ dependencies {
testImplementation "com.squareup.okhttp3:mockwebserver"
// https://github.com/Kotlin/kotlinx.serialization/releases
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2"
// https://developer.android.com/jetpack/androidx/releases/preference
implementation "androidx.preference:preference-ktx:1.1.1"
@@ -127,7 +127,7 @@ dependencies {
testImplementation "androidx.paging:paging-common-ktx:$paging_version"
// https://developer.android.com/jetpack/androidx/releases/room
def room_version = "2.4.0-beta02"
def room_version = "2.4.0"
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-paging:$room_version"
@@ -144,10 +144,10 @@ dependencies {
testImplementation "junit:junit:4.13.2"
// https://github.com/Kotlin/kotlinx.coroutines/releases
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0"
// https://github.com/robolectric/robolectric/releases
testImplementation "org.robolectric:robolectric:4.7.1"
testImplementation "org.robolectric:robolectric:4.7.3"
// https://developer.android.com/jetpack/androidx/releases/test
testImplementation "androidx.test.ext:junit-ktx:1.1.3"