diff --git a/app/build.gradle b/app/build.gradle index 492007d7..89f4e755 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -177,7 +177,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' testImplementation 'androidx.test:rules:1.4.0' - androidTestImplementation 'androidx.test.ext:truth:1.4.0' + androidTestImplementation 'androidx.test.ext:truth:1.6.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.work:work-testing:2.7.1' androidTestImplementation "io.mockk:mockk-android:1.12.5" diff --git a/telnyx_rtc/build.gradle b/telnyx_rtc/build.gradle index 9083b549..46747ee4 100644 --- a/telnyx_rtc/build.gradle +++ b/telnyx_rtc/build.gradle @@ -254,7 +254,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' testImplementation 'androidx.test:rules:1.6.1' - androidTestImplementation 'androidx.test.ext:truth:1.4.0' + androidTestImplementation 'androidx.test.ext:truth:1.6.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.work:work-testing:2.7.1' androidTestImplementation "io.mockk:mockk-android:1.12.5"