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

Failed to resolve: com.github.SandroMachado:openalpr-android:1.1.0 #16

Closed
dzordz55 opened this issue Mar 7, 2016 · 3 comments
Closed

Comments

@dzordz55
Copy link

dzordz55 commented Mar 7, 2016

Hi,
I have a problem with adding library in gradle. I get error:
Failed to resolve: com.github.SandroMachado:openalpr-android:1.1.0

My project build.gradle:
... allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }...
and module build.gradle:

dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' ... compile 'com.github.SandroMachado:openalpr-android:1.1.0' ... }
Can anyone help me?

@SandroMachado
Copy link
Owner

Hey @dzordz55,

can you please test it again? It is working here.
Looking for your configuration I don't find any bug...
But if you want, it is possible to double check the configurations here: https://jitpack.io/#SandroMachado/openalpr-android/1.1.1

@dzordz55
Copy link
Author

dzordz55 commented Mar 9, 2016

I added library manually and it is working nice. I was using configuration like on jitpack.io.

@SandroMachado
Copy link
Owner

Thanks for the feedback.

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

2 participants