Skip to content

GetSocial Android SDK Upgrade Guide

This upgrade guide is applicable in most cases. For details, please check version-specific upgrade instructions in the Changelog.

  1. In your project open build.gradle.
  2. Update getsocial-core and getsocial-ui version numbers in dependencies section to the latest one:

    dependencies {
        implementation 'im.getsocial:getsocial-core:[6,7)@aar'
        implementation 'im.getsocial:getsocial-ui:[6,7)@aar' // Note: add this dependency only if you plan to use GetSocial UI
    }
    
  3. Sync the Android Studio project.

If you are integrating from scratch, please follow Getting Started with GetSocial Android SDK guide.

Give us your feedback! Was this article helpful?

😀 🙁