Skip to content

Commit

Permalink
Release commit for 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Jun 9, 2020
1 parent 79e7114 commit 7aaced0
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 27 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ This is the last version that supports Android 4.x and 5.0. The minimum supporte
#### Fixes
* Fixed wrong date parsing on magstripe encoded barcodes [Netverify/Fastfill]

### SDK version: 3.6.2
#### Changes
* Security enhancements [Netverify/Fastfill, Authentication, Document Verification, BAM Checkout]


# Basic Setup

Expand Down Expand Up @@ -62,9 +66,14 @@ public static String[] getRequiredPermissions();
```

## Proguard
Proguard settings are applied automatically as they are defined as consumer proguard rules within the SDK.
One Proguard keep rule has to be added to the Jumio Mobile SDK:
```
-keep class com.jumio.** { *; }
```
Most of the Proguard settings are applied automatically as they are defined as consumer proguard rules within the SDK.
The current rules can also be found in the [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/JumioMobileSample/).


## Integration
Use the SDK in your application by including the Maven repositories with the following `build.gradle` configuration in Android Studio:

Expand Down Expand Up @@ -139,7 +148,7 @@ Our SDK supports accessibility features. Visually impaired users can now enable
# Support

## Previous version
The previous release version 3.6.0 of the Jumio Mobile SDK is supported until 2020-08-28.
The previous release version 3.6.1 of the Jumio Mobile SDK is supported until 2020-09-09.

In case the support period is expired, no bug fixes and technical support are provided anymore (bugs are typically fixed in the upcoming versions).
Older SDK versions will keep functioning with our server until further notice, but we highly recommend to always update to the latest version to benefit from SDK improvements and bug fixes.
Expand Down
10 changes: 5 additions & 5 deletions docs/integration_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Biometric-based Jumio Authentication establishes the digital identities of your
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_authentication.md) SDK version: 3.6.1
For technical changes, please read our [transition guide](transition-guide_authentication.md) SDK version: 3.6.2

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Authentication.
Expand All @@ -37,15 +37,15 @@ You can specify your own theme (see chapter [Customization](#customization)). Th

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| ---------------------------- |:-------------:|:-----------------|:---------:|
|com.jumio.android:core:3.6.1@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:auth:3.6.1@aar | x | Authentication library | 97.92 KB |
|com.jumio.android:face:3.6.1@aar | x | Face library | 100.56 KB |
|com.jumio.android:core:3.6.2@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:auth:3.6.2@aar | x | Authentication library | 97.92 KB |
|com.jumio.android:face:3.6.2@aar | x | Face library | 100.56 KB |
|com.facetec:zoom-authentication:8.0.11@aar | x | Zoom face scanning library | 9.00 MB |
|androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library | - |
|androidx.room:room-runtime:2.2.3 | x | Android database object mapping library | - |
|com.google.android.material:material:1.1.0 | x | Android material design library | - |
|androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | x | Android local broadcast manager library | - |
|com.jumio.android:javadoc:3.6.1 | | Jumio SDK Javadoc | - |
|com.jumio.android:javadoc:3.6.2 | | Jumio SDK Javadoc | - |

### Others

Expand Down
8 changes: 4 additions & 4 deletions docs/integration_bam-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BAM Checkout SDK is a powerful, cutting-edge solution to extract data from your
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_bam-checkout.md) SDK version: 3.6.1
For technical changes, please read our [transition guide](transition-guide_bam-checkout.md) SDK version: 3.6.2

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Bam-Checkout.
Expand All @@ -42,13 +42,13 @@ If you want to use offline scanning for BAM Checkout (Credit card scanning), ple

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| :---------------------------- |:-------------:|:-----------------|:------------:|
|com.jumio.android:core:3.6.1@aar | x | Jumio Core library| 4.09 MB |
|com.jumio.android:bam:3.6.1@aar | x | BAM Checkout library | 3.63 MB |
|com.jumio.android:core:3.6.2@aar | x | Jumio Core library| 4.09 MB |
|com.jumio.android:bam:3.6.2@aar | x | BAM Checkout library | 3.63 MB |
|androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library| - |
|androidx.room:room-runtime:2.2.3 | x | Android database object mapping library | - |
|com.google.android.material:material:1.1.0 | x | Android material design library | - |
|androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | x | Android local broadcast manager library | - |
|com.jumio.android:javadoc:3.6.1 | | Jumio SDK Javadoc| - |
|com.jumio.android:javadoc:3.6.2 | | Jumio SDK Javadoc| - |

If an optional module is not linked, the scan method is not available but the library size is reduced.

Expand Down
8 changes: 4 additions & 4 deletions docs/integration_document-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Document Verification is a powerful solution to enable scanning various types (U
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_document-verification.md) SDK version: 3.6.1
For technical changes, please read our [transition guide](transition-guide_document-verification.md) SDK version: 3.6.2

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for DocumentVerification.
Expand All @@ -39,13 +39,13 @@ You can specify your own theme (see [Customization](#customizing-look-and-feel)

| Dependency | Mandatory | Description | Size (Jumio libs only) |
| ----------------- |:-------------------:|:------------------|:-------------------:|
| com.jumio.android:core:3.6.1@aar | x | Jumio Core library | 4.09 MB |
| com.jumio.android:dv:3.6.1@aar | x | Document Verification library | 134.72 KB |
| com.jumio.android:core:3.6.2@aar | x | Jumio Core library | 4.09 MB |
| com.jumio.android:dv:3.6.2@aar | x | Document Verification library | 134.72 KB |
| androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library | - |
|com.google.android.material:material:1.1.0 | x | Android material design library | - |
|androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | x | Android local broadcast manager library | - |
|androidx.room:room-runtime:2.2.3 | x | Android database object mapping library | - |
| com.jumio.android:javadoc:3.6.1 | | Jumio SDK Javadoc | - |
| com.jumio.android:javadoc:3.6.2 | | Jumio SDK Javadoc | - |

If an optional module is not linked, the scan method is not available but the library size is reduced.

Expand Down
22 changes: 11 additions & 11 deletions docs/integration_netverify-fastfill.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Jumio’s Netverify® ID Verification allows businesses to establish the genuine
- [Javadoc](https://jumio.github.io/mobile-sdk-android/)

## Release notes
For technical changes, please read our [transition guide](transition-guide_netverify-fastfill.md) SDK version: 3.6.1
For technical changes, please read our [transition guide](transition-guide_netverify-fastfill.md) SDK version: 3.6.2

## Setup
The [basic setup](../README.md#basic-setup) is required before continuing with the following setup for Netverify.
Expand All @@ -41,27 +41,27 @@ The [Sample app](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/

|Dependency | Mandatory | Description | Size (Jumio libs only) |
| --------------------------------------------------|:---------:|:----------------------------------------------------|:----------------------:|
|com.jumio.android:core:3.6.1@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:nv:3.6.1@aar | x | Netverify library | 578.29 KB |
|com.jumio.android:core:3.6.2@aar | x | Jumio Core library | 4.09 MB |
|com.jumio.android:nv:3.6.2@aar | x | Netverify library | 578.29 KB |
|androidx.appcompat:appcompat:1.1.0 | x | Android appcompat library | - |
|androidx.cardview:cardview:1.0.0 | x | Android cardview library (Netverify only) | - |
|androidx.room:room-runtime:2.2.3 | x | Android database object mapping library | - |
|androidx.constraintlayout:constraintlayout:1.1.3 | x | Android constraint layout library | - |
|com.google.android.gms:play-services-vision:19.0.0 | | Barcode Scanning | - |
|com.jumio.android:face:3.6.1@aar | | Face library | 100.56 KB |
|com.jumio.android:face:3.6.2@aar | | Face library | 100.56 KB |
|com.facetec:zoom-authentication:8.0.11@aar | | Zoom face scanning library | 9.00 MB |
|com.google.android.material:material:1.1.0 | x | Android material design library | - |
|androidx.localbroadcastmanager:localbroadcastmanager:1.0.0 | x | Android local broadcast manager library | - |
|com.jumio.android:javadoc:3.6.1 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.6.1@aar | | US / CAN Barcode Scanning | 2.29 MB |
|com.jumio.android:nv-barcode-vision:3.6.1@aar | | US / CAN Barcode Scanning Alternative (reduced size)| 35.03 KB |
|com.jumio.android:nv-mrz:3.6.1@aar | | MRZ scanning | 2.09 MB |
|com.jumio.android:nv-nfc:3.6.1@aar | | eMRTD Scanning | 481.11 KB |
|com.jumio.android:javadoc:3.6.2 | | Jumio SDK Javadoc | - |
|com.jumio.android:nv-barcode:3.6.2@aar | | US / CAN Barcode Scanning | 2.29 MB |
|com.jumio.android:nv-barcode-vision:3.6.2@aar | | US / CAN Barcode Scanning Alternative (reduced size)| 35.03 KB |
|com.jumio.android:nv-mrz:3.6.2@aar | | MRZ scanning | 2.09 MB |
|com.jumio.android:nv-nfc:3.6.2@aar | | eMRTD Scanning | 481.11 KB |
|org.jmrtd:jmrtd:0.7.18 | | eMRTD Scanning | - |
|org.ejbca.cvc:cert-cvc:1.4.6 | | eMRTD Scanning | - |
|org.bouncycastle:bcprov-jdk15on:1.64 | | eMRTD Scanning | - |
|net.sf.scuba:scuba-sc-android:0.0.18 | | eMRTD Scanning | - |
|com.jumio.android:nv-ocr:3.6.1@aar | | Template Matcher | 1.08 MB |
|com.jumio.android:nv-ocr:3.6.2@aar | | Template Matcher | 1.08 MB |

#### Dependency conflicts
If the dependency `com.jumio.android:nv-barcode-vision` is used in the application, the following lines have to be added to the application tag in the AndroidManifest.xml to avoid merge issues (see [AndroidManifest.xml](https://github.com/Jumio/mobile-sdk-android/blob/master/sample/JumioMobileSample/src/main/AndroidManifest.xml) in Sample app):
Expand Down Expand Up @@ -98,7 +98,7 @@ In case of __DIALOG_PENDING__, the `requestCode` provided in the method above ca
If you use Netverify and BAM Checkout in your app, add the following dependency:

```
implementation "com.jumio.android:bam:3.6.1@aar"
implementation "com.jumio.android:bam:3.6.2@aar"
```

#### Root detection
Expand Down
4 changes: 4 additions & 0 deletions docs/transition-guide_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.6.2
The Proguard keep rule `-keep class com.jumio.** { *; }` has to be added to your Proguard rules, if it wasn't added yet.
Details can be found in chapter [Proguard](../README.md#proguard)

## 3.6.1
No backward incompatible changes

Expand Down
4 changes: 4 additions & 0 deletions docs/transition-guide_bam-checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.6.2
The Proguard keep rule `-keep class com.jumio.** { *; }` has to be added to your Proguard rules, if it wasn't added yet.
Details can be found in chapter [Proguard](../README.md#proguard)

## 3.6.1
No backward incompatible changes

Expand Down
4 changes: 4 additions & 0 deletions docs/transition-guide_document-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.6.2
The Proguard keep rule `-keep class com.jumio.** { *; }` has to be added to your Proguard rules, if it wasn't added yet.
Details can be found in chapter [Proguard](../README.md#proguard)

## 3.6.1
No backward incompatible changes

Expand Down
4 changes: 4 additions & 0 deletions docs/transition-guide_netverify-fastfill.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

This section only covers the breaking technical changes that should be considered when updating from the previous version.

## 3.6.2
The Proguard keep rule `-keep class com.jumio.** { *; }` has to be added to your Proguard rules, if it wasn't added yet.
Details can be found in chapter [Proguard](../README.md#proguard)

## 3.6.1
No backward incompatible changes

Expand Down
2 changes: 1 addition & 1 deletion sample/JumioMobileSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

ext {
SDK_VERSION = "3.6.1"
SDK_VERSION = "3.6.2"
}

dependencies {
Expand Down

0 comments on commit 7aaced0

Please sign in to comment.