mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-23 04:19:21 +08:00
Replace "compile" by "implementation"
Configuration 'compile' in project ':barcode_scan' is deprecated. Use 'implementation' instead. According to : https://github.com/apptreesoftware/flutter_barcode_reader/issues/11
This commit is contained in:
parent
eeea92e52f
commit
471f6c4a7e
@ -47,7 +47,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.2-4'
|
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.2-4'
|
||||||
compile 'me.dm7.barcodescanner:zxing:1.9.8'
|
implementation 'me.dm7.barcodescanner:zxing:1.9.8'
|
||||||
compile 'com.android.support:design:27.1.1'
|
implementation 'com.android.support:design:27.1.1'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user