Skip to content

Commit

Permalink
chore(deps): update dependency ch.acra:acra-http to v5.11.0 (#1225)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2023
1 parent 6a1980d commit 8a83c6a
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 @@ -32,7 +32,7 @@ android {
}

dependencies {
val acraVersion = "5.10.1"
val acraVersion = "5.11.0"
implementation("ch.acra:acra-http:$acraVersion")

annotationProcessor("com.google.auto.service:auto-service:1.1.1")
Expand Down
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 @@ -34,7 +34,7 @@ android {
}

dependencies {
val acraVersion = "5.10.1"
val acraVersion = "5.11.0"
implementation("ch.acra:acra-http:$acraVersion")

kapt("com.google.auto.service:auto-service:1.1.1")
Expand Down

0 comments on commit 8a83c6a

Please sign in to comment.