Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve dependency #10

Open
hbehbodirad opened this issue Aug 5, 2019 · 4 comments
Open

Unable to resolve dependency #10

hbehbodirad opened this issue Aug 5, 2019 · 4 comments

Comments

@hbehbodirad
Copy link

hbehbodirad commented Aug 5, 2019

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.Binary-Finery:Bungee:master-SNAPSHOT.
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.Binary-Finery:Bungee:master-SNAPSHOT.
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.github.Binary-Finery:Bungee:master-SNAPSHOT.
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.github.Binary-Finery:Bungee:master-SNAPSHOT.
Show Details
Affected Modules: app

ERROR: Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.github.Binary-Finery:Bungee:master-SNAPSHOT.
Show Details
Affected Modules: app

in gradle

allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}

@kunjanrshah
Copy link

I also facing the same issue.

@jehad-suliman
Copy link

up

@mkilp
Copy link

mkilp commented Aug 5, 2019

I have a PR open and fixed it, hopefully the maintainer takes it.

@jimlyas
Copy link

jimlyas commented Aug 6, 2019

Try to change the build.gradle to:

implementation 'com.github.Binary-Finery:Bungee:master'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants