Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.altbeacon:android-beacon-library from 2.19.5 to 2.19.6 #3629

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps org.altbeacon:android-beacon-library from 2.19.5 to 2.19.6.

Release notes

Sourced from org.altbeacon:android-beacon-library's releases.

Ad Hoc Eddystone Telemetry Accessor

Experimental support for accessing raw Eddystone-TLM bytes

Android N debug release

Adds debug lines to troubleshoot BLE scanning on Android N Devices

Adhoc release: Fix Power Saver Crash

Adhoc release intended to test fixing a crash in the Background Power Saver.

To use this release, you must download the aar file below, and configure it with your project like so:

  • Create a /libs directory inside your project and copy the android-beacon-library.aar file there.
  • Configure your app's outermost build.gradle File to reference the /libs directory from above in a flatDir declaration:
      allprojects {
          repositories {
              jcenter()
              flatDir {
                  dirs 'libs'
              }
          }
      }
  • Add the library AAR as a dependency, along with the Android Beacon Library like so:
      dependencies {
        compile 'org.altbeacon:android-beacon-library-2.9.2-5-gd971e20@aar'
      }

Adhoc Release: Fix stackoverflow crash on scan start/stop

To use this release, you must download the aar file below, and configure it with your project like so:

  • Create a /libs directory inside your project and copy the android-beacon-library.aar file there.
  • Configure your app's outermost build.gradle File to reference the /libs directory from above in a flatDir declaration:
      allprojects {
          repositories {
              jcenter()
              flatDir {
                  dirs 'libs'
              }
          }
      }
  • Add the library AAR as a dependency, along with the Android Beacon Library like so:
      dependencies {
</tr></table> 

... (truncated)

Changelog

Sourced from org.altbeacon:android-beacon-library's changelog.

2.19.6 / 2023-07-02

  • Fix scans being stuck on when Bluetooth turned off in quick settings on Android 9+. (#1149, David G. Young)
  • Upgrade build tools to use Gradle 8, JDK 17 (#1150, David G. Young)
  • Fix BluetoothMedic crashes on Android 12+ when permissions are missing and depracate medic power cycling no longer working on Android 13 (#1121, David G. Young)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code patch A tiny change - Bumps patch build number labels Jul 3, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/org.altbeacon-android-beacon-library-2.19.6 branch from fea2825 to 2fb9a75 Compare July 4, 2023 17:26
Bumps [org.altbeacon:android-beacon-library](https://github.com/AltBeacon/android-beacon-library) from 2.19.5 to 2.19.6.
- [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>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.altbeacon-android-beacon-library-2.19.6 branch from 2fb9a75 to 22b2da6 Compare July 4, 2023 17:26
@jpelgrom
Copy link
Member

jpelgrom commented Jul 4, 2023

Something changed in the multiple major build tools increases included in this update blocking access, so instead of relying on it to provide appcompat declare a dependency ourselves (and remove duplicates from app/automotive, it's only used in common).

@JBassett JBassett merged commit 7a8247c into master Jul 7, 2023
4 checks passed
@JBassett JBassett deleted the dependabot/gradle/org.altbeacon-android-beacon-library-2.19.6 branch July 7, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file java Pull requests that update Java code patch A tiny change - Bumps patch build number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants