WindSekirun / RxSocialLogin

An Android Library that provides social login for 15 platforms within by RxJava2, Kotlin and Firebase Authentication.
Apache License 2.0
125 stars 19 forks source link

ERROR: Failed to resolve: com.kakao.sdk:usermgmt:1.11.1 #46

Closed harshmittal2810 closed 5 years ago

harshmittal2810 commented 5 years ago

I am getting the error on this with AndroidX Gradle Please try to solve this.

WindSekirun commented 5 years ago

Please attach erroe log and your build gradle file without any privacy information.

WindSekirun commented 5 years ago

Can you check your repositories has this repository?

maven { url 'http://devrepo.kakao.com:8088/nexus/content/groups/public/' }

WindSekirun commented 5 years ago

Has the issue been resolved?

harshmittal2810 commented 5 years ago

Yes, It is solved by adding that line. Thanks @WindSekirun