okta / okta-oidc-android

OIDC SDK for Android
https://github.com/okta/okta-oidc-android
Other
60 stars 45 forks source link

Issue with androidx & android #208

Closed tackanoway35 closed 3 years ago

tackanoway35 commented 3 years ago

I don't want to use androidx and i install com.okta.android:oidc-android:1.0.13 instead of com.okta.android:oidc-androidx:1.0.13 but i found import androidx.annotation.NonNull; inside WebAuthClient.java => error "Can not resolve symbol NonNull" Can i use "oidc-android" without androidx Thanks for watching!

JayNewstrom commented 3 years ago

Yes, we publish 2 artifacts. Looks like you're on the right track with trying to use implementation 'com.okta.android:oidc-android:1.0.17'.

I decompiled the artifact to make sure we weren't publishing with the wrong annotations.

My guess is that there's an issue with your setup. Could you please provide more information, a sample, or steps to reproduce.

tackanoway35 commented 3 years ago

I fixed my issue by upgrade all libs to androidx. Thanks for support

JayNewstrom commented 3 years ago

No problem. Glad you got everything working!