diff --git a/vector/build.gradle b/vector/build.gradle index 50d3dbdc76..6a0fce2814 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -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' }