Skip to content

AndroidAPI_v3.0.86Beta

Compare
Choose a tag to compare
@ShimmerEngineering ShimmerEngineering released this 24 May 03:21
· 23 commits to master since this release
424fd31

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

Full Changelog: AndroidAPI_v3.0.85beta...AndroidAPI_v3.0.86beta