You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: