Skip to content

Commit

Permalink
Merge pull request #20 from getyoti/release/DEP-287-3.0.1
Browse files Browse the repository at this point in the history
[Task] DEP-278: Update RN to 1.11.1 (iOS 3.0.1)
  • Loading branch information
asklausen authored Jul 25, 2022
2 parents 70ff157 + 41da9f9 commit ed8d8a2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
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 192
versionName "1.11.0"
versionCode 193
versionName "1.11.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions example/ios/example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@
INFOPLIST_FILE = example/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.11.0;
MARKETING_VERSION = 1.11.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -952,7 +952,7 @@
INFOPLIST_FILE = example/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.11.0;
MARKETING_VERSION = 1.11.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
1 change: 0 additions & 1 deletion example/ios/example/example.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<dict>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>NDEF</string>
<string>TAG</string>
</array>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.11.0",
"version": "1.11.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getyoti/react-native-yoti-doc-scan",
"version": "1.11.0",
"version": "1.11.1",
"description": "Yoti Doc Scan for React Native",
"main": "YotiDocScan.js",
"license": "SEE LICENSE IN LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions react-native-yoti-doc-scan.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |spec|
spec.source_files = "ios/**/*.{h,m}"
spec.platform = :ios, "13.0"
spec.dependency "React"
spec.dependency "YotiSDKDocument", "3.0.0"
spec.dependency "YotiSDKFaceTec", "3.0.0"
spec.dependency "YotiSDKDocument", "3.0.1"
spec.dependency "YotiSDKFaceTec", "3.0.1"
end

0 comments on commit ed8d8a2

Please sign in to comment.