Skip to content

Polar Ble SDK v.3.2.9

Compare
Choose a tag to compare
@JOikarinen JOikarinen released this 28 Feb 09:00
· 192 commits to master since this release

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"
        ...
    }