From f288d5bf8369df872c258d25a4af12241ec9b728 Mon Sep 17 00:00:00 2001 From: DIBYAJYOTI MISHRA Date: Mon, 6 Dec 2021 22:50:53 +0530 Subject: [PATCH] fix: kotlin version issue --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1a3887bb76..9b53f058c2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'com.facebook.react:react-native:+' implementation 'com.google.zxing:core:3.3.3' implementation group: 'com.drewnoakes', name: 'metadata-extractor', version: '2.12.0' - implementation "androidx.core:core-ktx:+" + implementation "androidx.core:core-ktx:1.6.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.camera:camera-core:1.0.0-rc01"