0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

build(deps): bump acra_version from 5.11.1 to 5.11.2

Bumps `acra_version` from 5.11.1 to 5.11.2.

Updates `ch.acra:acra-http` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](https://github.com/ACRA/acra/compare/acra-5.11.1...acra-5.11.2)

Updates `ch.acra:acra-dialog` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](https://github.com/ACRA/acra/compare/acra-5.11.1...acra-5.11.2)

Updates `ch.acra:acra-toast` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](https://github.com/ACRA/acra/compare/acra-5.11.1...acra-5.11.2)

Updates `ch.acra:acra-limiter` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/ACRA/acra/releases)
- [Commits](https://github.com/ACRA/acra/compare/acra-5.11.1...acra-5.11.2)

---
updated-dependencies:
- dependency-name: ch.acra:acra-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.acra:acra-dialog
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.acra:acra-toast
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.acra:acra-limiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 10:36:33 +00:00 committed by Mike Hardy
parent df0759e623
commit 35943d95eb

View File

@ -6,7 +6,7 @@ buildscript {
// If changing this, make sure to update org.jetbrains.kotlin.plugin.serialization version too
ext.kotlin_version = '1.9.10'
ext.lint_version = '31.1.1'
ext.acra_version = '5.11.1'
ext.acra_version = '5.11.2'
ext.ankidroid_backend_version = '0.1.25-anki2.1.66'
ext.hamcrest_version = '2.2'
ext.junit_version = '5.10.0'