> ## Documentation Index
> Fetch the complete documentation index at: https://learn.social.plus/llms.txt
> Use this file to discover all available pages before exploring further.

# Android

> On this page, you will find an overview of all relevant changes to the Social Plus UIKit

<Update label="4.21.1  (03/07/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### For You Feed

  Added the personalized **For You** feed surface, backed by the SDK's For You feed APIs.

  ## ✨ Improvements

  * Read-only livestreams now show a read-only message to visitors and non-members.
  * Post link previews now use server-provided metadata instead of client-side HTML scraping.

  ## 🐞 Bug Fixes

  * Fixed the comment compose bar save button color.
  * Fixed the product tag badge color.
  * Fixed co-host name display and the co-host actions sheet on name tap.
  * Fixed the community profile flashing during state changes (such as accepting an invitation).
  * Fixed the clip bottom sheet background and clip caption placeholder.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.23.0     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2025.11.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.19.2  (24/06/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Custom Avatar URL Support

  Added support for `avatarCustomUrl`, allowing avatars to be loaded from a custom image URL instead of an uploaded Social Plus avatar.

  ## ✨ Improvements

  * Upgraded the Social Plus SDK dependency to 7.22.1, which recovers from a broken `EkoDatabase` v13 migration that could crash the app on launch.

  ## 🐞 Bug Fixes

  * Fixed UI configuration not being applied correctly to clips and events.
  * Fixed the create event button being shown to non-members of a community.
  * Fixed text and color theming across multiple screens in dark mode.
  * Fixed dialog theme and radio button styling.
  * Fixed empty-feed color and several alignment issues.
  * Fixed community members not refreshing after adding or removing a member.
  * Fixed a race condition when applying the divider theme.
  * Fixed a parent modifier being incorrectly inherited by all child elements.
  * Fixed the media bottom sheet height during post creation and excessive bottom padding in the video player.
  * Fixed the create-community icon color and hint text.
  * Fixed clip page theming and the create-clip button position.
  * Fixed a crash caused by a negative layout height in the reply message bubble.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.22.1     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2025.11.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.18.1  (24/06/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Visitor Usage Limit Page

  Added `AmityVisitorUsageLimitPage`, a full-screen error shown when a visitor exceeds their daily read quota. Two new `AmityGlobalBehavior` overrides let you customise the experience:

  * `handleVisitorUsageLimitReached()` — replace the default full-page error with your own UI
  * `handleVisitorUsageLimitSignIn()` — replace the default sign-in toast with navigation to your own sign-in screen

  ## ✨ Improvements

  * Upgraded the Social Plus SDK dependency to 7.22.1, which recovers from a broken `EkoDatabase` v13 migration that could crash the app on launch.

  ## 🐞 Bug Fixes

  * Fixed Level 1 comment not expanding when tapped.
  * Fixed missing unavailable-page UI when a livestream post is deleted or null.
  * Fixed missing string resource `amity_social_empty_state_empty_feed_no_posts`.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.22.1     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2025.11.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.17.0  (15/05/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Localization Support

  All UI strings are now externalised into string resource files, enabling custom translations and runtime language switching. Developers can add any language by providing translated string resource files without modifying application code. See the [Localization guide](/uikit/customization/localization) for setup instructions and platform-specific details.

  ## 🐞 Bug Fixes

  * Fixed RSVP'd users missing the menu button to access add-to-calendar action.
  * Fixed L2 comments not expanding directly when clicking "view replies" on L1 comments.
  * Fixed event date format display issues.
  * Fixed save/cancel edited comment behavior.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.21.0     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2025.11.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.16.3  (25/06/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed the in-app WebView proceeding past SSL certificate errors; invalid or untrusted certificates are now blocked instead of being loaded.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.21.0     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2025.11.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.16.2  (15/05/2026)" tags={["Improvements"]}>
  ## ✨ Improvements

  * Upgraded Social Plus SDK dependency to 7.21.0.
  * Removed legacy `READ_EXTERNAL_STORAGE` and `WRITE_EXTERNAL_STORAGE` permission gates from post creation, livestream, clip, and chat audio workflows for Android 13+ Google Play compliance.

  ## 🐞 Bug Fixes

  * Fixed `CAMERA` permission check in `AmityNoPermissionPage` which was incorrectly referencing the removed `READ_EXTERNAL_STORAGE` permission.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.21.0     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2025.11.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.16.1  (08/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Added `elementId` to user profile UI to support hiding via `config.json`.
  * Fixed missing community object for community context.
  * Fixed options menu visibility on user video feeds.
  * Fixed cursor issue on post composer.
  * Fixed post item design on feed.
  * Fixed edit video post issues.
  * Fixed edit image post page failing to load images.
  * Fixed touch area for image poll post item.
  * Migrated Compose BOM to version 2025.11.01.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.19.3     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2025.11.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.16.0  (24/04/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Bluetooth Remote & Hardware Key Support for Livestream Start

  Pressing a paired Bluetooth remote shutter or the device's hardware volume key now starts a livestream, consistent with how these controls trigger the camera shutter in the native camera app.

  #### Profile Moderation Notification

  Users are now notified when their profile has been moderated (reset by the system).

  ## 🐞 Bug Fixes

  * Fixed incorrect default avatar placeholder size.
  * Fixed live ring not appearing.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 36      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.19.3     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2024.12.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0  (03/04/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Product Tag Click Handlers in Global Behavior

  Add `onPostProductTagClick` and `onLivestreamProductTagClick` callbacks in `AmityGlobalBehavior`, enabling custom handling of product tag interactions in posts and livestreams.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.19.0     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2024.12.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta06  (27/03/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Multi-Level Reply Rendering

  Add multi-level reply rendering with optimistic reply support.

  #### Expand Replies with Load More

  Add expand replies with load more support.

  #### URL/Hyperlink Text in Comments

  Add URL/hyperlink text support in comments.

  #### Portrait Livestream Thumbnail Placeholder

  Add portrait livestream thumbnail placeholder.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.18.0     |
      | Android Paging Data Library | 3.4.2      |
      | Camera2                     | 1.5.1      |
      | Coil                        | 3.0.0      |
      | Compose BOM                 | 2024.12.01 |
      | Compose Paging Data         | 3.4.2      |
      | Glide                       | 4.12.0     |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.7.0      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media 3                     | 1.1.0      |
      | OKHTTP3                     | 4.11.0     |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.8.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta04  (23/03/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Product Tagging in Posts

  Support product tagging in post composer — tag products via `@` text mention or per-media tag button with up to 20 products per post. Tagged products display as a list below post content.

  #### Livestream Product Tagging

  Support product management in livestreams — hosts and co-hosts can tag, pin, and remove products during broadcasts. Viewers browse tagged products via a scrollable overlay with real-time pinned product display.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.11.0     |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.14.6  (02/02/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed touch area on image poll option

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.11.0     |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta02  (30/01/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Livestream analytics

  Viewers watching sessions are captured automatically on UIKit

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.11.0     |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.15.0-beta01  (24/12/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Event Scheduling

  Introduce Event scheduling with functionalities such as RSVP, reminders, discussion, and livestreaming

  #### Co-Streaming

  Introduce an ability to invite a viewer to co-stream a livestream session for livestram in communities

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.11.0     |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.14.3  (03/12/2025)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Applied defensive handling of config parsing

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.11.0     |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.14.0  (17/10/2025)" tags={["New Releases, Improvements"]}>
  ## 🚀 New Features

  #### Post structure compatibility

  * Ensure UIKit only query for posts that can be rendered.

  ## 🚨 Compatibility Changes

  #### Support 16 KB page sizes

  * Kotlin version upgrade to 2.2.0
  * Bumped minSDKVersion to 24

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 24      |
      | targetSDKVersion | 35      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.11.0     |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.9.0      |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 2.2.0      |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.13.0  (03/10/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Public Access

  * Support visitor access.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 21      |
      | targetSDKVersion | 34      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.10.0     |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.8.10     |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 1.8.22     |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.12.1  (12/09/2025)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Incorrect video rendering on clip feed

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 21      |
      | targetSDKVersion | 34      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.9.0      |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.8.10     |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 1.8.22     |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.12.0  (11/09/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Image Poll Post

  * Poll post now support having images as options.
  * Add an ability update poll answer.

  #### Post title

  * Post can now be created with an optinal title.

  #### Hashtag

  * Add hashtag support on Post.
  * Enable Post search by hashtag.

  #### Reaction Options

  * Add Multiple reaction options support.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 21      |
      | targetSDKVersion | 34      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.9.0      |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.8.10     |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 1.8.22     |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.11.0  (18/07/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Livestream chat & reactions

  * Introduce an ability to chat in a community's livestream.
  * Introduce an ability to send reaction in a community's livestream.

  #### Clip post

  * Introduce an ability create and view a clip post (vertically scrolling video).

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Android SDK" icon="gear">
      | Config           | Version |
      | :--------------- | :------ |
      | minSDKVersion    | 21      |
      | targetSDKVersion | 34      |
    </Accordion>

    <Accordion title="Dependencies" icon="book">
      | Library                     | Version    |
      | :-------------------------- | :--------- |
      | Amity-Social-Cloud-SDK      | 7.6.0      |
      | Android Paging Data Library | 3.2.1      |
      | Camera2                     | 1.2.2      |
      | Compose BOM                 | 2024.12.01 |
      | Gson                        | 2.8.10     |
      | HiveMQ mqtt client          | 1.3.1      |
      | Kotlin-coroutines           | 1.6.4      |
      | Kotlin-std-lib              | 1.8.22     |
      | Media3                      | 1.1.0      |
      | OKHTTP3                     | 4.9.2      |
      | Retrofit2                   | 2.9.0      |
      | Room                        | 2.5.1      |
      | RxJava3                     | 3.1.5      |
    </Accordion>
  </AccordionGroup>
</Update>
