Merge pull request #19 from alternadom/patch-1

Replace "compile" by "implementation"
This commit is contained in:
Matthew Smith 2018-05-30 06:05:03 -07:00 committed by GitHub
commit d66725ae70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ android {
}
dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.2-4'
compile 'me.dm7.barcodescanner:zxing:1.9.8'
compile 'com.android.support:design:27.1.1'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.2-4'
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
implementation 'com.android.support:design:27.1.1'
}