okta / okta-idx-android

okta-idx-android
https://github.com/okta/okta-idx-android
Apache License 2.0
10 stars 14 forks source link

implementation 'com.okta.android:okta-idx-kotlin:2.1.0' is not resolving dependencies #175

Closed GaniduAsh closed 1 year ago

GaniduAsh commented 1 year ago

Describe the bug?

I was try to add version implementation 'com.okta.android:okta-idx-kotlin:2.1.0' in to my android project but unfortunately gradle throws an error Failed to resolve: com.okta.android:okta-idx-kotlin:2.1.0,

But the module will be resolved for version 'com.okta.android:okta-idx-kotlin:2.0.0-BETA6'.

As to https://github.com/okta/okta-idx-android/releases 2.1.0 has been released already.

What could be the issue here ??

What is expected to happen?

plugin 'com.okta.android:okta-idx-kotlin:2.1.0' is not resolved

What is the actual behavior?

latest gradle plugin should resolve

Reproduction Steps?

add 'com.okta.android:okta-idx-kotlin:2.1.0' as a gradle dependency

Additional Information?

No response

SDK Version

2.1.0

Build Information

No response

rajdeepnanua-okta commented 1 year ago

@GaniduAsh Thanks for catching this! The artifacts got uploaded as 'com.okta.android:idx-kotlin:2.1.0' instead of 'com.okta.android:okta-idx-kotlin:2.1.0'. I will fix this

GaniduAsh commented 1 year ago

Awesome !!! It works