| ... | @@ -5,6 +5,16 @@ Please refer to each individual version step when migrating to a newer SDK. .x r | ... | @@ -5,6 +5,16 @@ Please refer to each individual version step when migrating to a newer SDK. .x r | 
|  |  |  |  | 
|  | The [[main integration document|Integration-guide]] always describes the most up-to-date integration requirements. |  | The [[main integration document|Integration-guide]] always describes the most up-to-date integration requirements. | 
|  |  |  |  | 
|  |  |  | ## Upgrade to 1.8.1 | 
|  |  |  |  | 
|  |  |  | The deep linking strategy can now optionally be changed. While the default delivery to the launcher Activity in a new task remains unchanged, three strategies are now available: | 
|  |  |  |  | 
|  |  |  | - `LaunchActivityClearTask` - (Default) Deep links are delivered to your launch Activity, and always in a new task (with an Activity restart) | 
|  |  |  | - `LaunchActivityDirect` - Deep links are delivered to your launch Activity; if this is already running the Intent is delivered directly to your `onNewIntent` lifecycle method | 
|  |  |  | - `BroadcastReceiver` - Deep links are broadcasted with a `com.ezeeworld.b4s.android.sdk.notifications.DEEP_LINK` Intent action type | 
|  |  |  |  | 
|  |  |  | Please refer to the [[deep linking section|Integration-guide#deep-linking]] in the main integration document for implementation details. | 
|  |  |  |  | 
|  | ## Upgrade to 1.8.0 |  | ## Upgrade to 1.8.0 | 
|  |  |  |  | 
|  | A Play Services support library was added in case you want to upgrade to the Play Services 8.4. Just use the `b4s-android-sdk-playservices840.aar` or -`.jar` file instead of the existing `playservicesXXX` variant. |  | A Play Services support library was added in case you want to upgrade to the Play Services 8.4. Just use the `b4s-android-sdk-playservices840.aar` or -`.jar` file instead of the existing `playservicesXXX` variant. | 
| ... |  | ... |  |