diff --git a/app/build.gradle b/app/build.gradle index affea5d0..47581594 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -136,10 +136,10 @@ dependencies { implementation 'com.arthenica:mobile-ffmpeg-min-gpl:4.4.LTS' // Instrumented Tests - androidTestImplementation 'androidx.test:core:1.2.0' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test:rules:1.2.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test:core:1.3.0' + androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:rules:1.3.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' // Test testImplementation 'junit:junit:4.12'