mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
b08bb7e403
@ -1,3 +1,5 @@
|
||||
#### 1.1.4-6 (2018-05-21)
|
||||
|
||||
#### 1.1.3-5 (2018-05-18)
|
||||
|
||||
##### New Features
|
||||
|
@ -54,7 +54,7 @@ dependencies {
|
||||
def supportLibVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIBRARY_VERSION
|
||||
|
||||
compileOnly 'com.facebook.react:react-native:+'
|
||||
implementation 'com.facebook.infer.annotation:infer-annotation:+'
|
||||
compileOnly 'com.facebook.infer.annotation:infer-annotation:+'
|
||||
implementation "com.google.zxing:core:3.2.1"
|
||||
implementation "com.drewnoakes:metadata-extractor:2.9.1"
|
||||
implementation "com.google.android.gms:play-services-vision:$googlePlayServicesVersion"
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-camera",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {
|
||||
"ansi-escapes": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-native-camera",
|
||||
"description": "A Camera component for React Native. Also reads barcodes.",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
|
||||
"collective": {
|
||||
"type": "opencollective",
|
||||
|
Loading…
x
Reference in New Issue
Block a user