willowtreeapps / sign-in-with-apple-button-android

An Android library for Sign In with Apple
MIT License
283 stars 68 forks source link

Dependency version 0.4 does not work #62

Closed padwekar closed 4 years ago

padwekar commented 4 years ago

When trying to use v4 version of this library. I am getting the following error : ERROR: Failed to resolve: com.willowtreeapps:signinwithapplebutton:0.4

But v3 version is recognized properly.
implementation 'com.willowtreeapps:signinwithapplebutton:0.3' works

Is the v4 version ready? if not why the dependency for v4 version is given in the documentation?

evant commented 4 years ago

You are right, version 4 does not appear to be published https://search.maven.org/search?q=g:com.willowtreeapps%20AND%20a:signinwithapplebutton

smithks commented 4 years ago

We got a bit ahead of ourselves with updating documentation, sorry @padwekar! Version .3 is the latest.

padwekar commented 4 years ago

Thanks for your quick response. I will use version .3. You guys are doing a great job.