diff --git a/build.gradle b/build.gradle index 8f0ddf8..3845f49 100644 --- a/build.gradle +++ b/build.gradle @@ -114,8 +114,8 @@ dependencies { androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' - androidTestImplementation 'de.mannodermaus.junit5:android-test-core:1.10.0' - androidTestRuntimeOnly 'de.mannodermaus.junit5:android-test-runner:1.10.0' + androidTestImplementation 'de.mannodermaus.junit5:android-test-core:1.4.0' + androidTestRuntimeOnly 'de.mannodermaus.junit5:android-test-runner:1.4.0' } // Use spotless plugin to automatically format code, remove unused import, etc