Skip to content

AndroidAPI_v3.0.84Beta

Choose a tag to compare

@ShimmerEngineering ShimmerEngineering released this 01 Apr 08:11
· 124 commits to master since this release
93c763c

Notes

  • BLE is now supported
  • Improvements made to the manner bytes are read when streaming (Bluetooth Classic), users should see an improvement in Packet Reception Rates when streaming data using lower end Android devices
  • Requires use with the following:-
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.73Beta...AndroidAPI_v3.0.84Beta