Skip to content

Commit

Permalink
Merge pull request #21 from getyoti/DEP-303
Browse files Browse the repository at this point in the history
[TASK][DEP-303] Support v2.9.0 of the Android YDS SDK
  • Loading branch information
asklausen authored Sep 7, 2022
2 parents ed8d8a2 + 38f42d9 commit f73a95b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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 193
versionName "1.11.1"
versionCode 194
versionName "1.12.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand All @@ -38,10 +38,10 @@ android {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.8.1'
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.8.1'
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.8.1'
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.8.1'
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.9.0'
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.9.0'
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.9.0'
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.9.0'
}

allprojects {
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.1;
MARKETING_VERSION = 1.12.0;
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.1;
MARKETING_VERSION = 1.12.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
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.1",
"version": "1.12.0",
"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.1",
"version": "1.12.0",
"description": "Yoti Doc Scan for React Native",
"main": "YotiDocScan.js",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit f73a95b

Please sign in to comment.