fix(android): Android build error (#2152)

add link to version2 migration in main readme
This commit is contained in:
Daniil Ovoshchnikov 2019-03-20 15:45:49 +01:00 committed by Sibelius Seraphini
parent cc5ae2a26e
commit d6485828fd
2 changed files with 6 additions and 2 deletions

View File

@ -122,6 +122,10 @@ To enable `video recording` feature you have to add the following code to the `A
See this [doc](./docs/migration.md)
## Migrating from version 1.x to 2.x
See this [doc](./docs/migrationV2.md)
### RNCamera Docs
[RNCamera](./docs/RNCamera.md)

View File

@ -72,8 +72,8 @@ repositories {
dependencies {
def googlePlayServicesVisionVersion = safeExtGet('googlePlayServicesVisionVersion', safeExtGet('googlePlayServicesVersion', '17.0.2'))
compileOnly 'com.facebook.react:react-native:+'
compileOnly 'com.facebook.infer.annotation:infer-annotation:+'
implementation 'com.facebook.react:react-native:+'
implementation 'com.facebook.infer.annotation:infer-annotation:+'
implementation "com.google.zxing:core:3.3.0"
implementation "com.drewnoakes:metadata-extractor:2.9.1"
generalImplementation "com.google.android.gms:play-services-vision:$googlePlayServicesVisionVersion"