polarofficial / polar-ble-sdk

Repository includes SDK and code examples. More info https://polar.com/en/developers
Other
447 stars 147 forks source link

Resolved: Could not resolve androidx.core:core-ktx:1.9.0. #388

Closed mikigraf closed 10 months ago

mikigraf commented 11 months ago

Hi, I already found a solution and it seems like it was not an issue with the SDK

Platform your question concerns:

Device:

Description: After adding

implementation 'com.github.polarofficial:polar-ble-sdk:5.1.0' implementation 'io.reactivex.rxjava3:rxjava:3.1.6' implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'

to app/build.gradle I receive the following error when trying to build: `FAILURE: Build failed with an exception.

removingimplementation 'com.github.polarofficial:polar-ble-sdk:5.1.0'` resolves the issue. On iOS everything works fine.