diff --git a/app/build.gradle b/app/build.gradle index 6b7f38699..e0e0f6efc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,10 +85,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"