Skip to content

Commit

Permalink
chore(deps): update dependency com.google.auto.service:auto-service-a…
Browse files Browse the repository at this point in the history
…nnotations to v1.1.1
  • Loading branch information
renovate[bot] committed Jun 18, 2023
1 parent 179efb3 commit 904c1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/acra-basic-java-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {
implementation("ch.acra:acra-http:$acraVersion")

annotationProcessor("com.google.auto.service:auto-service:1.1.1")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.0")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.1")
}
2 changes: 1 addition & 1 deletion examples/acra-basic-kotlin-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("ch.acra:acra-http:$acraVersion")

kapt("com.google.auto.service:auto-service:1.1.1")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.0")
compileOnly("com.google.auto.service:auto-service-annotations:1.1.1")
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
Expand Down

0 comments on commit 904c1db

Please sign in to comment.