diff --git a/app/build.gradle b/app/build.gradle index 04c0eac3..c466307d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -185,7 +185,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.work:work-testing:2.7.1' androidTestImplementation "io.mockk:mockk-android:1.12.5" - debugImplementation 'androidx.fragment:fragment-testing:1.5.2' + debugImplementation 'androidx.fragment:fragment-testing:1.6.0' debugImplementation 'androidx.test:core-ktx:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0' diff --git a/telnyx_rtc/build.gradle b/telnyx_rtc/build.gradle index 6875e334..ec976270 100644 --- a/telnyx_rtc/build.gradle +++ b/telnyx_rtc/build.gradle @@ -267,7 +267,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.work:work-testing:2.7.1' androidTestImplementation "io.mockk:mockk-android:1.12.5" - debugImplementation 'androidx.fragment:fragment-testing:1.5.2' + debugImplementation 'androidx.fragment:fragment-testing:1.6.0' debugImplementation 'androidx.test:core-ktx:1.4.0' testImplementation "org.mockito:mockito-inline:4.8.0"