Polar Ble SDK v.3.2.9
iOS SDK updates:
- No changes
Android SDK updates:
-
Android SDK is now available via JitPack. To get Android SDK using the gradle dependencies:
- Add the JitPack repository to your build file
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
- Add the dependency
dependencies { ... implementation "com.github.polarofficial:polar-ble-sdk:3.2.9" ... }