BlinkReceipt / blinkreceipt-android

MIT License
49 stars 16 forks source link

Version 1.6.4 datastore-preferences missing library issue #53

Closed RamazanM closed 1 year ago

RamazanM commented 1 year ago

Hi team, When I upgraded my Blink SDK version to 1.6.4. I got this error while initializing the AccountLinkingClient. java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/datastore/preferences/core/PreferencesKeys; I solved it by adding "androidx.datastore:datastore-preferences:1.0.0" to my build gradle. But as far as I can see, this is missing on Readme. Can anyone please add this library to the dependencies list on README.MDs?

pequots34 commented 1 year ago

Thank you for reporting this. We are working on updating the documentation. Thanks