diff --git a/demos/camera/build.gradle b/demos/camera/build.gradle index fc4a2793f..c70306d8d 100644 --- a/demos/camera/build.gradle +++ b/demos/camera/build.gradle @@ -65,6 +65,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } diff --git a/demos/screenrecorder/build.gradle b/demos/screenrecorder/build.gradle index 8a54e884d..ac1056704 100644 --- a/demos/screenrecorder/build.gradle +++ b/demos/screenrecorder/build.gradle @@ -61,6 +61,6 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file