Skip to content

Commit 8d13a84

Browse files
JumioMobileTeamBernadetteTh
authored andcommitted
Final commit for 4.3.2
1 parent 8271789 commit 8d13a84

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

DemoApp/android/app/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ android {
123123
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
124124
}
125125
}
126+
packagingOptions {
127+
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
128+
pickFirst 'lib/arm64-v8a/libc++_shared.so'
129+
pickFirst 'lib/x86/libc++_shared.so'
130+
pickFirst 'lib/x86_64/libc++_shared.so'
131+
pickFirst 'lib/armeabi-v7a/libfbjni.so'
132+
pickFirst 'lib/arm64-v8a/libfbjni.so'
133+
pickFirst 'lib/x86/libfbjni.so'
134+
pickFirst 'lib/x86_64/libfbjni.so'
135+
}
126136
dexOptions {
127137
javaMaxHeapSize "4g"
128138
preDexLibraries true

DemoApp/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DemoApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DemoApp",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Plugin for React Native
22
Official Jumio Mobile SDK plugin for React Native
33

4-
This plugin is compatible with version 4.3.0 of the Jumio SDK. If you have questions, please reach out to your Account Manager or contact [Jumio Support](#support).
4+
This plugin is compatible with version 4.3.0 of the Jumio iOS SDK and version 4.3.1 of the Jumio Android SDK.
5+
If you have questions, please reach out to your Account Manager or contact [Jumio Support](#support).
56

67
# Table of Contents
78
- [Compatibility](#compatibility)
@@ -29,7 +30,7 @@ Create React Native project and add the Jumio Mobile SDK module to it.
2930
```sh
3031
react-native init MyProject
3132
cd MyProject
32-
npm install --save https://github.com/Jumio/mobile-react.git#v4.3.1
33+
npm install --save https://github.com/Jumio/mobile-react.git#v4.3.2
3334
```
3435

3536
## Integration

android/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,13 @@ repositories {
5151
}
5252

5353
ext {
54-
SDK_VERSION = "4.3.0"
54+
SDK_VERSION = "4.3.1"
5555
}
5656

5757
dependencies {
5858
// Jumio dependencies
5959
implementation "com.jumio.android:core:${SDK_VERSION}"
6060
implementation "com.jumio.android:linefinder:${SDK_VERSION}"
61-
// React can't properly handle results after activity restarts caused by Docfinder module
62-
//implementation "com.jumio.android:docfinder:${SDK_VERSION}"
6361
implementation "com.jumio.android:mrz:${SDK_VERSION}"
6462
implementation "com.jumio.android:nfc:${SDK_VERSION}"
6563
implementation "com.jumio.android:barcode:${SDK_VERSION}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-jumio-mobilesdk",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "Official Jumio Mobile SDK plugin for React Native",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)