Use https for zxing lib

This commit is contained in:
Dominik Schürmann 2015-04-17 17:29:45 +02:00
parent b440456acc
commit 413c4bce59

View file

@ -16,7 +16,7 @@ allprojects {
maven {
// for zxing-android-embedded lib
url "http://dl.bintray.com/journeyapps/maven"
url "https://dl.bintray.com/journeyapps/maven"
}
}
}