From c5599876b04edd2901b879a12ffcc13ccce4ef04 Mon Sep 17 00:00:00 2001 From: Bambooin Date: Thu, 22 Feb 2024 20:41:57 +0800 Subject: [PATCH] chore: upgrade auto-service to 1.1.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"