v1.6.0
Breaking changes
Renamed packages from "androideasyble" to "blemadeeasy"
Other
Library
- Better default settings for Android 12+
- Fixed dokka documentation
- Added 'onUpdate' listener for scan methods
- Added 'flushPendingScanResults' for flushing previous results
- Removed 'suspend'from async methods, no need to be using coroutines when calling these, since they already do this automatically
Sample App
- Migrated to ViewBinding on the Sample App
- Fixed bug when trying to update UI in another Thread