Update build.gradle

This commit is contained in:
Matthew Smith 2018-08-29 21:27:24 -07:00 committed by GitHub
parent 9cd1a96b56
commit b9c6f73c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,5 +49,5 @@ android {
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.51'
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
implementation 'com.android.support:design:27.1.1'
api 'com.android.support:design:27.1.1'
}