Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • B B4S-Android-SDK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Francois Reboursier
  • B4S-Android-SDK
  • Wiki
  • Migration guide

Migration guide · Changes

Page history
Updated Migration guide (markdown) authored Dec 18, 2015 by Eric Kok's avatar Eric Kok
Hide whitespace changes
Inline Side-by-side
Migration-guide.md
View page @ 0b5b1a80
......@@ -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.
## 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
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>`):
......
Clone repository
  • Home
  • Installation with Eclipse Ant
  • Installation with Gradle
  • Integration guide
  • Migration guide