diff --git a/app/build.gradle b/app/build.gradle index 492007d7..792bcab0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -135,8 +135,8 @@ dependencies { kapt deps.hilt.compiler //Testing: - testImplementation "androidx.arch.core:core-testing:2.1.0" - androidTestImplementation 'androidx.arch.core:core-testing:2.1.0' + testImplementation "androidx.arch.core:core-testing:2.2.0" + androidTestImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' testImplementation('org.robolectric:robolectric:4.8.1') { exclude group: 'com.google.protobuf' diff --git a/telnyx_rtc/build.gradle b/telnyx_rtc/build.gradle index 9083b549..1c4db976 100644 --- a/telnyx_rtc/build.gradle +++ b/telnyx_rtc/build.gradle @@ -216,8 +216,8 @@ dependencies { kapt deps.hilt.compiler //Testing: - testImplementation "androidx.arch.core:core-testing:2.1.0" - androidTestImplementation 'androidx.arch.core:core-testing:2.1.0' + testImplementation "androidx.arch.core:core-testing:2.2.0" + androidTestImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' testImplementation('org.robolectric:robolectric:4.8.1') { exclude group: 'com.google.protobuf'