thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 98 forks source link

5.2.0 - Unauthorized #205

Closed Gnuhry closed 4 years ago

Gnuhry commented 4 years ago

I don't know a lot about gradle or jitpack, but i think there is a autorization problem with the newest version.

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve com.github.thellmund:base:5.2.0.
     Required by:
         project :app > com.github.thellmund.Android-Week-View:core:5.2.0
         project :app > com.github.thellmund.Android-Week-View:emoji:5.2.0
      > Could not resolve com.github.thellmund:base:5.2.0.
         > Could not get resource 'https://jitpack.io/com/github/thellmund/base/5.2.0/base-5.2.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/thellmund/base/5.2.0/base-5.2.0.pom'. Received status code 401 from server: Unauthorized

To Reproduce Implements newest version Debug app

Additional context

OscarBeiro commented 4 years ago

Same here

Kaienu commented 4 years ago

Hi, I'm facing the same problem. Error 401 when implementing ver 5.2.0, 5.1.1 and 5.1.0. Initially, Gradle tells me everything is ok, but when android studio tries to build the apk the error raises. image Thanks for your time, you're doing a great job!

thellmund commented 4 years ago

Hi all 👋 I’ll take a look at this ~tonight~ tomorrow morning. Sorry for the hassle!

thellmund commented 4 years ago

The issue is fixed. You can update to 5.2.1 and everything should be back to normal.

Gnuhry commented 4 years ago

It's working. Thanks :)