Skip to content

Allow starting foreground service at boot on Android 8+

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidgyoung davidgyoung released this 03 Oct 21:49
· 10 commits to fix-start-foreground-service-at-boot since this release

This is a test release intended to fix the issue reported in #7046

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

  • Edit your innermost build.gradle file to add the beta library AAR as a dependency like so:
      dependencies {
        compile 'android-beacon-library:2.15.1-1-gccb2071@aar'
      }
  • Create a /libs folder next to the build.gradle above, then download and copy the aar file attached to this release into this folder.