Skip to content

Commit

Permalink
Bump android-beacon-library from 2.19.2 to 2.19.3 (#1766)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Oct 13, 2021
1 parent 1573c2e commit 67fd8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 67fd8e3

Please sign in to comment.