Fixes #409 Remove dependency on zxing, lower library size

This commit is contained in:
Seph Soliman 2021-06-24 15:00:53 -07:00
parent 7ddde68ed1
commit 0b333b2c87
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ android {
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 "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"