fix(android): Android build error (#2152)
add link to version2 migration in main readme
This commit is contained in:
parent
cc5ae2a26e
commit
d6485828fd
@ -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)
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user