mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Ajout des dépendances pour zxing
This commit is contained in:
parent
722fe42a6b
commit
d682d02a62
1 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,13 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url "https://raw.github.com/embarkmobile/zxing-android-minimal/mvn-repo/maven-repository/"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
@ -26,4 +33,8 @@ dependencies {
|
|||
compile 'com.android.support:support-v4:23.3.0'
|
||||
compile 'com.android.support:recyclerview-v7:23.3.0'
|
||||
compile 'com.android.support:design:23.3.0'
|
||||
compile 'com.embarkmobile:zxing-android-minimal:2.0@aar'
|
||||
compile 'com.embarkmobile:zxing-android-legacy:2.0.0@aar'
|
||||
compile 'com.embarkmobile:zxing-android-integration:2.0.0@aar'
|
||||
compile 'com.google.zxing:core:3.0.1'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue