Bump android-beacon-library from 2.19.2 to 2.19.3 (#1766)

Bumps [android-beacon-library](https://github.com/AltBeacon/android-beacon-library) from 2.19.2 to 2.19.3.
- [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)

---
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] 2021-10-12 22:31:05 -04:00 committed by GitHub
parent 1573c2e796
commit 67fd8e388d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ dependencies {
implementation(project(":common"))
implementation("com.github.Dimezis:BlurView:version-1.6.6")
implementation("org.altbeacon:android-beacon-library:2.19.2")
implementation("org.altbeacon:android-beacon-library:2.19.3")
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

@ -34,5 +34,5 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.2")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
implementation("org.altbeacon:android-beacon-library:2.19.2")
implementation("org.altbeacon:android-beacon-library:2.19.3")
}