Skip to content

Commit

Permalink
chore: upgrade auto-service to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Feb 22, 2024
1 parent 6754c78 commit c559987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c559987

Please sign in to comment.