From bdf39414909d1a1621da4f6c7a5e4d5f8a5eb929 Mon Sep 17 00:00:00 2001 From: Pavithra Date: Mon, 17 Oct 2022 17:17:53 +0530 Subject: [PATCH] Issue #ED-354 fix:"Migration fix to cordova-android10" --- build-extras.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-extras.gradle b/build-extras.gradle index d4a65bd..0f096a2 100644 --- a/build-extras.gradle +++ b/build-extras.gradle @@ -3,5 +3,5 @@ repositories { } dependencies { - compile 'com.journeyapps:zxing-android-embedded:3.6.0' + implementation 'com.journeyapps:zxing-android-embedded:3.6.0' }