This commit is contained in:
Benoit Marty 2022-10-12 13:49:45 +02:00 committed by Benoit Marty
parent 6855d836a6
commit 59c8d69bb2

View File

@ -298,7 +298,7 @@ dependencies {
// Excludes the legacy support library annotation usages
// https://github.com/dm77/barcodescanner/blob/d036996c8a6f36a68843ffe539c834c28944b2d5/core/src/main/java/me/dm7/barcodescanner/core/CameraWrapper.java#L4
implementation ('me.dm7.barcodescanner:zxing:1.9.13') {
implementation('me.dm7.barcodescanner:zxing:1.9.13') {
exclude group: 'com.android.support', module: 'support-v4'
}