From d4d9af2975a5cbc9c23dba1f4e851bce41c7ccd0 Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 9 Jun 2019 22:56:16 +0200 Subject: [PATCH] update androidx.test to 1.2.0, androidx.test.ext:junit to 1.1.1 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6dfabd822..69dadc6d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,10 +75,10 @@ dependencies { } androidTestImplementation "androidx.annotation:annotation:$annotationVersion" - androidTestImplementation "androidx.test.ext:junit:1.1.0" - androidTestImplementation "androidx.test:runner:1.1.1" - androidTestImplementation "androidx.test:rules:1.1.1" - androidTestImplementation "androidx.test:core:1.1.0" + androidTestImplementation "androidx.test.ext:junit:1.1.1" + androidTestImplementation "androidx.test:runner:1.2.0" + androidTestImplementation "androidx.test:rules:1.2.0" + androidTestImplementation "androidx.test:core:1.2.0" // Tab indicator implementation "com.pacioianu.david:ink-page-indicator:$inkPageIndicatorVersion"