... | @@ -5,6 +5,20 @@ Please refer to each individual version step when migrating to a newer SDK. .x r |
... | @@ -5,6 +5,20 @@ 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.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:
|
|
|
|
|
|
|
|
```gradle
|
|
|
|
dependencies {
|
|
|
|
compile 'nl.qbusict:cupboard:2.1.4'
|
|
|
|
compile 'de.greenrobot:eventbus:2.4.0'
|
|
|
|
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
|
|
|
|
compile 'com.squareup.retrofit:converter-jackson:2.0.0-beta2'
|
|
|
|
...
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
## Upgrade to 1.6.1
|
|
## Upgrade to 1.6.1
|
|
|
|
|
|
When using the .JAR release with manual declarations in your `AndroidManifest.xml`, ensure that the GCM `permission` and `uses-permission` include your unique package name (instead of the placeholder `<YOUR-PACKAGE-NAME>`):
|
|
When using the .JAR release with manual declarations in your `AndroidManifest.xml`, ensure that the GCM `permission` and `uses-permission` include your unique package name (instead of the placeholder `<YOUR-PACKAGE-NAME>`):
|
... | | ... | |