AndroidAPI_v3.0.86Beta
·
23 commits
to master
since this release
Notes
Fix made to prevent the API from reaching a state (most likely due to a race condition) where the device would still be streaming but the API is not parsing any of the data.
Requires the use of
implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.10.18_alpha'){
exclude group: 'io.netty'
exclude group: 'com.google.protobuf'
exclude group: 'org.apache.commons.math'
}
implementation (group: 'com.shimmerresearch', name: 'shimmerdriver', version:'0.10.18_alpha'){
exclude group: 'io.netty'
exclude group: 'com.google.protobuf'
}
What's Changed
- AA-303 by @ShimmerEngineering in #77
- uprev by @ShimmerEngineering in #78
Full Changelog: AndroidAPI_v3.0.85beta...AndroidAPI_v3.0.86beta