The Android SDK is delivered via Jitpack repository.
To provide greater customization options, we have open-sourced our UIKit and deprecated the managed UIKit version previously available. For the best quality and access to the latest features, we strongly recommend integrating our UIKit with the open-source version. For more details Please refer to Android UIKit Installation Guide section.
SDK supports Android 5.0 (API Level 21) and above
Add the Jitpack repository in your project level build.grade
at the end of repositories:
Add the dependency in your module level build.grade.
Find latest UIKit version at Changelog.
AmityUIKit already includes our SDK. Don’t install AmitySDK separately if you have already installed the UIKit.
From the version 3.x. please install the UIKit with the open source guideline here Android UIKit Installation Guide
In your app module's build.gradle
, add the following packaging options.
By using our SDK, you can use the Android ProGuard tool to obfuscate, shrink, and optimize your code. Obfuscated code can be more difficult for other people to reverse engineer. ProGuard renames classes, fields, and methods with semantically obscure names and removes unused code. However, you need to add these configurations to your ProGuard rules when using our SDK.