From 79d429c3dae34617b3d0b8b9468851b0ca10102b Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 10 Sep 2020 14:49:02 +0200 Subject: [PATCH] Upgrade test libs version --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'