Jitpack.io: Unable to resolve dependency

Created on 14 Apr 2019  路  4Comments  路  Source: jitpack/jitpack.io

Hi,

I'm using JitPack to publish a private repo on BitBucket.

I always get this error. (Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve org.bitbucket.halaehab:SundaySDKv1:-SNAPSHOT.)

It was working fine before but now it just stooped.

I tried to Deselect the "Offline work" from the FileSettings\Gradle but it didn't work too

I also added this to my build gradle:
dexOptions { matchingFallbacks = ['release', 'debug'] } .
It was my old solution to handle this error but now it doesn't work!

I'm facing this problem with all of my projects. Even the projects that were working before.

Any solution?

Thank you!

Most helpful comment

Same problem here...

All 4 comments

Same problem here...

Same problem. Some idea to solve this problem?

Hi @Hala-Nearmotion

It seems that the App Password in your settings are now being rejected by Bitbucket.
Would recommend checking it or creating a new App Password and then trying to see the releases on here:
https://jitpack.io/#org.bitbucket.halaehab/SundaySDKv1

Another way to check if the password is working is to run this command:
git ls-remote https://halaehab:<APP_PASSWORD>@bitbucket.org/halaehab/SundaySDKv1

Now it is free only for public repositories...
If you put your repository url in https://jitpack.io and looked up, you will see the following message as log:

Subscription not active

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bsideup picture bsideup  路  4Comments

afollestad picture afollestad  路  5Comments

rumatoest picture rumatoest  路  5Comments

cekvenich picture cekvenich  路  4Comments

mannodermaus picture mannodermaus  路  3Comments