... | ... | @@ -5,7 +5,7 @@ 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.
|
|
|
|
|
|
## Upgrade to 1.8.1
|
|
|
## 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.
|
|
|
|
... | ... | @@ -13,8 +13,8 @@ The Retrofit dependency was updated to incorporate stability changes and be comp |
|
|
|
|
|
```gradle
|
|
|
dependencies {
|
|
|
compile 'com.squareup.retrofit:retrofit:2.0.0-beta3'
|
|
|
compile 'com.squareup.retrofit:converter-jackson:2.0.0-beta3'
|
|
|
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta3'
|
|
|
compile 'com.squareup.retrofit2:converter-jackson:2.0.0-beta3'
|
|
|
...
|
|
|
}
|
|
|
```
|
... | ... | |