Upgrade test libs version

filterfix
Laurent 5 years ago
parent 8ce1e6dd0e
commit 79d429c3da
  1. 8
      app/build.gradle

@ -136,10 +136,10 @@ dependencies {
implementation 'com.arthenica:mobile-ffmpeg-min-gpl:4.4.LTS' implementation 'com.arthenica:mobile-ffmpeg-min-gpl:4.4.LTS'
// Instrumented Tests // Instrumented Tests
androidTestImplementation 'androidx.test:core:1.2.0' androidTestImplementation 'androidx.test:core:1.3.0'
androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.2.0' androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.ext:junit:1.1.2'
// Test // Test
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'

Loading…
Cancel
Save