Integrate QR Code library instead of requiring the app to be installed, also due to security reasons

This commit is contained in:
Dominik Schürmann
2015-01-14 19:14:30 +01:00
parent 9b093c6d73
commit 85b6669625
5 changed files with 17 additions and 6 deletions

View File

@@ -12,6 +12,11 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
// for https://github.com/journeyapps/zxing-android-embedded
url "http://dl.bintray.com/journeyapps/maven"
}
}
}