android-beacon-library v2.6.1 Release Notes

Release Date: 2015-09-30 // over 8 years ago
  • Full Changelog

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ‘ Allow Regions to match beacons with fewer identifiers if the extra region identifiers are null. This allows matching Eddystone-UID and Eddystone-URL beacon with the default Region with three null identifiers. This started failing in version 2.6. (#295, David G. Young)
    • Declare the ACCESS_COARSE_LOCATION permission in the manifest since it is required for Android 6.0. This is helpful to keep beacon detection working on Android 6.0 for apps that don't explicitly declare this in their own manifest. (#295, David G. Young)