Experimental release: More reliable service stop 2
Pre-release
Pre-release
davidgyoung
released this
08 Nov 17:12
·
368 commits
to master
since this release
This release adds more changes to help make repeatedly stopping and starting a foreground service more reliable.
To use this release, you must download the aar file attached to this release, and configure it with your project like so:
- Edit your outermost build.gradle file to add an libs entry like so:
allprojects {
repositories {
google()
jcenter()
flatDir {
dirs 'libs'
}
}
}
- Edit your innermost build.gradle file to add the beta library AAR as a dependency like so:
dependencies {
compile 'org.altbeacon:android-beacon-library-more-reliable-service-stop2@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.