Skip to content

Commit

Permalink
fix: kotlin version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DibyajyotiMishra authored Dec 6, 2021
1 parent fedf0a7 commit f288d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f288d5b

Please sign in to comment.