Bump versions of dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user