Update dependency com.google.auto.service:auto-service to v1.1.0

This commit is contained in:
renovate[bot] 2023-05-23 19:08:17 +00:00 committed by GitHub
parent 509405cc52
commit 1a0c94bbeb

View file

@ -26,5 +26,5 @@ dependencies {
implementation("com.squareup:kotlinpoet:1.13.2")
implementation(libs.dagger)
compileOnly("com.google.auto.service:auto-service-annotations:1.0.1")
kapt("com.google.auto.service:auto-service:1.0.1")
kapt("com.google.auto.service:auto-service:1.1.0")
}