Skip to content

Commit

Permalink
chore(deps): update dependency ch.acra:acra-http to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2023
1 parent e469b8b commit 34c6d4e
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.11.2"
val acraVersion = "5.11.3"
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.11.2"
val acraVersion = "5.11.3"
implementation("ch.acra:acra-http:$acraVersion")

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

0 comments on commit 34c6d4e

Please sign in to comment.