diff --git a/app/build.gradle b/app/build.gradle index e83aaf68e2..df549b8049 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -154,7 +154,7 @@ dependencies { testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinxCoroutineTestVersion" testImplementation "androidx.arch.core:core-testing:$androidXArchCoreTestVersion" testImplementation 'ch.qos.logback:logback-classic:1.4.14' - kaptTest "com.google.auto.service:auto-service:1.0-rc4" + kaptTest "com.google.auto.service:auto-service:1.1.1" androidTestImplementation "junit:junit:$junitVersion"//tests the app logic androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"