Barcode qr library
This commit is contained in:
parent
04191b309d
commit
d8cd132c88
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ dependencies {
|
|||
implementation 'android.arch.lifecycle:runtime:1.1.1'
|
||||
implementation 'android.arch.lifecycle:extensions:1.1.1'
|
||||
implementation 'android.arch.persistence.room:runtime:1.1.0'
|
||||
implementation 'com.google.zxing:core:3.3.1'
|
||||
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
|
||||
|
||||
kapt 'android.arch.persistence.room:runtime:1.1.0'
|
||||
annotationProcessor 'android.arch.lifecycle:compiler:1.1.1'
|
||||
|
|
Loading…
Reference in a new issue