odnoklassniki / ok-android-sdk

Android SDK & samples for native apps integrated with OK.RU
Apache License 2.0
20 stars 28 forks source link

cannot import OkAuthListener #22

Closed temirfe closed 7 years ago

temirfe commented 7 years ago

I have added compile 'ru.ok:odnoklassniki-android-sdk:2.0.3' Android Studio gives warning

Cannot resolve symbol 'OkAuthListener'

I added import ru.ok.android.sdk.OkAuthListener; but it gives the same warning.

temirfe commented 7 years ago

turns out I had to compile 'ru.ok:odnoklassniki-android-sdk:2.1.2' as described here