Bump android-beacon-library from 2.19.3 to 2.19.4 (#2378)

Bumps [android-beacon-library](https://github.com/AltBeacon/android-beacon-library) from 2.19.3 to 2.19.4.
- [Release notes](https://github.com/AltBeacon/android-beacon-library/releases)
- [Changelog](https://github.com/AltBeacon/android-beacon-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AltBeacon/android-beacon-library/commits/2.19.4)

---
updated-dependencies:
- dependency-name: org.altbeacon:android-beacon-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-19 12:09:02 -04:00 committed by GitHub
parent 1351237f9f
commit fa890f7660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ dependencies {
implementation(project(":common"))
implementation("com.github.Dimezis:BlurView:version-1.6.6")
implementation("org.altbeacon:android-beacon-library:2.19.3")
implementation("org.altbeacon:android-beacon-library:2.19.4")
implementation("com.maltaisn:icondialog:3.3.0")
implementation("com.maltaisn:iconpack-community-material:5.3.45")
implementation("com.vdurmont:emoji-java:5.1.1") {

View file

@ -66,5 +66,5 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.3")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")
implementation("org.altbeacon:android-beacon-library:2.19.3")
implementation("org.altbeacon:android-beacon-library:2.19.4")
}