question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not resolve com.github.tipsi:CreditCardEntry:1.5.1.

See original GitHub issue

Most recently I started getting this error on bitrise, even when I had zero problems with it before image

I have maven repository in allprojects

allprojects {
    repositories {
        // Add jitpack repository (added by tipsi-stripe)
        maven { url "https://jitpack.io" }
       {...}
    }
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

35reactions
Remipblcommented, Sep 21, 2019

Found out that jitpack had some issues around september 12.

I solved the issue by changing jitpack url in the build.gradle from https://jitpack.io to https://www.jitpack.io (added www)

maven { url "https://www.jitpack.io" }

0reactions
sdlee3commented, Jun 19, 2020

I solved this issue by placing the maven { url “https://www.jitpack.io” } first before maven { url “$rootDir/…/node_modules/react-native/android” }

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android: Failed to resolve: com.github.vpotvin:caldroidx:1.0
Specified implementation 'com.github.vpotvin:caldroidx:1.0' in the app-level build.gradle. Below is my project-level build.gradle:
Read more >
Gradle not able to resolve dependency from private github ...
I am trying to get an android library dependency from a private github repository but it is failing to resolve the dependency.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found