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.2 #47

Closed stevenbp closed 7 years ago

stevenbp commented 7 years ago

screen shot 2017-04-25 at 13 03 01

How can I fix this error?

SandroMachado commented 7 years ago

Add this to you main app build.gradle:

repositories {
    maven { url "https://jitpack.io" }
}

Check this: https://jitpack.io/#SandroMachado/openalpr-android/1.1.2