SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

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

Closed dzordz55 closed 8 years ago

dzordz55 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

SandroMachado commented 8 years ago

Thanks for the feedback.