kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

Cannot access repo #70

Closed nesterov-n closed 8 years ago

nesterov-n commented 8 years ago

Try to use your library in my project.

build.gradle:

dependencies {
    ....
    compile 'com.github.kenglxn.QRGbuen:android:2.1.0'
    ....
}

When I buil my project I get error:

Error:Could not GET 'https://jitpack.io/com/github/kenglxn/QRGbuen/android/2.1.0/android-2.1.0.pom'. Received status code 401 from server: Repo not found or no access token provided

atomfrede commented 8 years ago

You have a typo in your dependency.

Try compile 'com.github.kenglxn.QRGen:android:2.1.0'

nesterov-n commented 8 years ago

Oh. Sorry for such stupid mistake. And thank you very much for your help.