mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-12-23 17:29:29 +08:00
Merge pull request #19 from alternadom/patch-1
Replace "compile" by "implementation"
This commit is contained in:
commit
d66725ae70
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user