Polar Ble SDK v.3.2.0
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 tocom.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