Skip to content

Polar Ble SDK v.3.2.0

Compare
Choose a tag to compare
@JOikarinen JOikarinen released this 07 Jul 11:22
· 289 commits to master since this release

Android SDK updates:

  • earlier the usage of the feature FEATURE_POLAR_FILE_TRANSFER required the separate .aar to be included on client application. Now required code is bundled to polar-ble-sdk.aar so there is no need for additional .aar files to be added to the client project. Please see the android-getting-started section on ReadMe.
  • earlier the package name of the Polar BLE SDK was polar.com.sdk, that is now changed to com.polar.sdk to better follow the traditional Java package name conventions. This change requires that client application must fix its import statements.

iOS SDK updates:

  • minor enhancements and bug fixes