Skip to content

Commit

Permalink
Merge pull request #36 from getyoti/release/DEP-436-2.0.1
Browse files Browse the repository at this point in the history
[Task] DEP-436: RN 2.0.1
  • Loading branch information
asklausen authored Nov 7, 2023
2 parents b117e19 + 10ffc1e commit d54b451
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To integrate with Yoti IDV, a working infrastructure is needed (see [developers.
Start your integration by adding the following dependency to your `package.json` file:
```json
"dependencies": {
"@getyoti/yoti-doc-scan-react-native": "^2.0.0"
"@getyoti/yoti-doc-scan-react-native": "^2.0.1"
}
```

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 21)
targetSdkVersion safeExtGet('targetSdkVersion', 29)
versionCode 204
versionName "2.0.0"
versionCode 205
versionName "2.0.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "https://www.yoti.com/terms/identity-verification",
"author": "Yoti Ltd",
"main": "RNYotiDocScan.js",
"version": "2.0.0",
"version": "2.0.1",
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yoti-doc-scan-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.license = package["license"]
spec.author = package["author"]
spec.version = package["version"]
spec.pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$(PODS_ROOT)/**" }
spec.pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$(PODS_ROOT)/**" "$(PODS_XCFRAMEWORKS_BUILD_DIR)/**" }
spec.source = { :git => "https://github.com/getyoti/yoti-doc-scan-react-native.git", :tag => "#{spec.version}" }
spec.source_files = "ios/**/*.{h,m}"
spec.platform = :ios, "11.0"
Expand Down

0 comments on commit d54b451

Please sign in to comment.