Skip to content

Commit

Permalink
build(deps): bump ch.acra:acra-mail from 5.11.0 to 5.11.1
Browse files Browse the repository at this point in the history
Bumps [ch.acra:acra-mail](https://github.com/ACRA/acra) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](ACRA/acra@acra-5.11.0...acra-5.11.1)

---
updated-dependencies:
- dependency-name: ch.acra:acra-mail
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and yuriykulikov committed Aug 12, 2023
1 parent 1adc78d commit ea7ae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
dependencies {
val coroutinesVersion = "1.7.3"
val serializationVersion = "1.5.0"
implementation("ch.acra:acra-mail:5.11.0")
implementation("ch.acra:acra-mail:5.11.1")
implementation("com.melnykov:floatingactionbutton:1.3.0")
implementation("io.reactivex.rxjava2:rxjava:2.2.21")
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
Expand Down

0 comments on commit ea7ae96

Please sign in to comment.