| ... | @@ -5,6 +5,12 @@ Please refer to each individual version step when migrating to a newer SDK. .x r | ... | @@ -5,6 +5,12 @@ 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 | 
|  |  |  |  | 
|  |  |  | 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. | 
|  |  |  |  | 
|  |  |  | Local logging was changed from a level-based to a feature-based distinction. To enable logging, now use the `B4SSetting.setShouldLogScan(boolean)` and `B4SSetting.setShouldLogMatching(boolean)` methods instead of `setShouldLogDebug` and `setShouldLogVerbose`. Scanning-related logs are reported using the `B4SSCN` tag, which campaign matching logs are still using the `B4S` tag. For example, to get all logs, use `adb logcat -s B4SSCN:* B4S:*` or to only get info and higher priority logs about campaign matching you can use `adb logcat -s B4S:I`. | 
|  |  |  |  | 
|  | ## Upgrade to 1.7.0 |  | ## Upgrade to 1.7.0 | 
|  |  |  |  | 
|  | The dependencies were updated for stability and additional functionality. Note that there is now an additional `cupboard` dependency. For Eclipse builds, the required jar files can be found in the `/sample-eclipse/libs` folder. For Gradle builds, ensure you refer to the correct versions: |  | The dependencies were updated for stability and additional functionality. Note that there is now an additional `cupboard` dependency. For Eclipse builds, the required jar files can be found in the `/sample-eclipse/libs` folder. For Gradle builds, ensure you refer to the correct versions: | 
| ... | @@ -119,4 +125,3 @@ The `B4SSettings.storeCustomerFields()` method was slightly changed, as it is no | ... | @@ -119,4 +125,3 @@ The `B4SSettings.storeCustomerFields()` method was slightly changed, as it is no | 
|  | android:exported="false" /> |  | android:exported="false" /> | 
|  | ``` |  | ``` | 
|  | For push messaging integration itself, please refer to the [full integration document](https://github.com/ezeeworld/B4S-Android-SDK/blob/master/README.md#configure-the-sdk). |  | For push messaging integration itself, please refer to the [full integration document](https://github.com/ezeeworld/B4S-Android-SDK/blob/master/README.md#configure-the-sdk). | 
|  |  |  |  |