> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-sdk-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 2025

<Info>
  **Information**

  You can now get notified whenever MoEngage releases a new version of the Android Native SDK. For more information, refer to [Subscribe to MoEngage SDK Releases](/developer-guide/release-notes/subscribe-to-moengage-sdk-releases/subscribe-to-mo-engage-sdk-releases).
</Info>

<div style={{ padding: '16px', border: '1px solid #E8E8E8', borderRadius: '8px', marginBottom: '20px' }}>
  <p style={{ fontWeight: 'bold', fontSize: '1.1em', marginBottom: '12px' }}>Module Status Legend</p>

  <ul style={{ listStyle: 'none', paddingLeft: '0' }}>
    <li><span style={{ color: '#00C896', fontWeight: 'bold' }}>■ Updated:</span> Module version has been updated in this release.</li>
    <li><span style={{ fontWeight: 'bold' }}>■ Unchanged:</span> Module remains on the previous version.</li>
    <li><span style={{ color: '#8c8c8c', textDecoration: 'line-through', fontWeight: 'bold' }}>■ Deprecated:</span> Module is deprecated and will be removed in a future release.</li>
  </ul>
</div>

## 23rd December 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                             | BOM Version                                                                             | Modules                                                                                                                                                                                                                                                                                                                                             | Dependencies                                                         |
  | :------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [6.3.0](https://github.com/moengage/android-dependency-catalog/releases/tag/catalog-v6.3.0) | [1.3.0](https://github.com/moengage/android-dependency-catalog/releases/tag/bom-v1.3.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.04.04</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.7.0</span><br />• push-amp: 6.2.2<br />• realtime-trigger: 4.2.2<br />• cards-core: 3.2.2<br />• cards-ui: 3.2.2<br />• geofence: 5.1.1<br />• inbox: 4.2.1<br />• inbox-ui: 4.2.1 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.04.04

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
You can now initialize the SDK by passing only the required values to *NotificationConfig*, other values can be ignored.

### InApp 9.7.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Introduced trigger-time segment re-evaluation to ensure In-App messages are only shown to currently eligible users.

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginTop: '8px', marginBottom: '8px' }}>Fixes:</span>
Session trigger in-app not working.

## 11th December 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | BOM Version                                                                             | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------------- |
  | [6.1.2](https://github.com/moengage/android-dependency-catalog/releases/tag/v6.1.2) | [1.2.0](https://github.com/moengage/android-dependency-catalog/releases/tag/bom-v1.2.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.04.03</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.6.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>push-amp: 6.2.2</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>realtime-trigger: 4.2.2</span><br />• cards-core: 3.2.2<br />• cards-ui: 3.2.2<br />• geofence: 5.1.1<br />• inbox: 4.2.1<br />• inbox-ui: 4.2.1 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.04.03

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
WorkManager dependency downgraded from 2.11.0 to 2.10.5 due to the Kotlin version mismatch compilation error.

### InApp 9.6.1

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
WorkManager dependency downgraded from 2.11.0 to 2.10.0 due to the Kotlin version mismatch compilation error.

### Push Amp 6.2.2

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
WorkManager dependency downgraded from 2.11.0 to 2.10.0 due to the Kotlin version mismatch compilation error.

### Realtime Trigger 4.2.2

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
WorkManager dependency downgraded from 2.11.0 to 2.10.0 due to the Kotlin version mismatch compilation error.

## 10th December 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Dependencies                                                         |
  | :-------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | N/A             | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.04.02</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.6.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.2.2</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.2.2</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>geofence: 5.1.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inbox: 4.2.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inbox-ui: 4.2.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>realtime-trigger: 4.2.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>push-amp: 6.2.1</span> | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.04.02

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>

* Updating WorkManager dependency version from 2.10.0 to 2.11.0.
* Internal improvements.

### InApp 9.6.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Allowing clients to customize the MoEngage Webview in HTML InApps.

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Cards Core 3.2.2

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Cards UI 3.2.2

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Inbox Core 4.2.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Inbox UI 4.2.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Push Amp 6.2.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Updating WorkManager dependency version from 2.10.0 to 2.11.0.

### Realtime Trigger 4.2.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Geofence 5.1.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

## 18th November 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [6.1.1](https://github.com/moengage/android-dependency-catalog/releases/tag/v6.1.1) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.04.01</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.2.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.2.1</span><br />• inapp: 9.5.0<br />• geofence: 5.1.0<br />• pushkit: 6.2.0<br />• inbox-core: 4.2.0<br />• inbox-ui: 4.2.0<br />• realtime-trigger: 4.2.0<br />• pushAmp: 6.2.0<br />• richNotification: 6.3.0<br />• security: 4.1.0<br />• encryptedStorage: 3.1.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.04.01

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Cards Core 3.2.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Cards UI 3.2.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

## 29th October 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [6.1.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v6.1.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.04.00</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.5.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>geofence: 5.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushkit: 6.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inbox-core: 4.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inbox-ui: 4.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>realtime-trigger: 4.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushAmp: 6.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>richNotification: 6.3.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>security: 4.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>encryptedStorage: 3.1.0</span> | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.04.00

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>

* JWT Authentication updated to V2
* Added Support for DC101
* Removed DRM ID tracking
* Added support for tracking clicks from email

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Cards Core 3.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Cards UI 3.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>

* Fixed memory leak in Cards View Holder.
* Fixed cards not being loaded for the first time after logout.

### InApp 9.5.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Geofence 5.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Pushkit 6.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Inbox Core 4.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Inbox UI 4.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Realtime Trigger 4.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Push Amp 6.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Rich Notification 6.3.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Security 4.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### Encrypted Storage 3.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [6.0.1](https://github.com/moengage/android-dependency-catalog/releases/tag/v6.0.1) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.03.05</span><br />• pushkit: 6.1.1<br />• push-amp: 6.1.1<br />• rich-notification: 6.2.1<br />• inapp: 9.4.0<br />• cards-core: 3.1.3<br />• cards-ui: 3.1.3<br />• geofence: 5.0.3<br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• realtime-trigger: 4.1.1<br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.03.05

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
The reachability flag tracking was missed in the 14.03.04 version.

***

## 24th September 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [6.0.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v6.0.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.03.04</span><br />• pushkit: 6.1.1<br />• push-amp: 6.1.1<br />• rich-notification: 6.2.1<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.4.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.1.3</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.1.3</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>geofence: 5.0.3</span><br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>realtime-trigger: 4.1.1</span><br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.03.04

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>New Feature:</span>
Adding an option to configure the Project ID to support multiple projects in a given workspace.

### Cards Core 3.1.3

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Support for Multi-User Identifiers.

### Cards UI 3.1.3

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Support for Multi-User Identifiers.

### Geofence 5.0.3

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### InApp 9.4.0

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>BugFixes:</span>
Fullscreen video nudge becomes elongated after minimizing and switching the activity.

### Realtime Trigger 4.1.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

## 8th September 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.4.3](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.4.3) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.03.03</span><br />• pushkit: 6.1.1<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>push-amp: 6.1.1</span><br />• rich-notification: 6.2.1<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.3.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.1.2</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.1.2</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>geofence: 5.0.2</span><br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• realtime-trigger: 4.1.0<br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.03.03

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
The copy coupon code pop-up was incorrectly shown on `remind later` click action.

### Cards Core 3.1.2

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Card categories and card info are no longer returned when the SDK is disabled.

### Cards UI 3.1.2

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
The first click on the card item is not working when accessibility is enabled.

### Geofence 5.0.2

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### InApp 9.3.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>

* Support for campaign delivery breakdown.
* Internal Improvements.

### Push Amp 6.1.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Support for campaign delivery breakdown.

## 12th August 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.4.2](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.4.2) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.03.02</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushkit: 6.1.1</span><br />• pushAmp: 6.1.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>rich-notification: 6.2.1</span><br />• inapp: 9.2.1<br />• cards-core: 3.1.1<br />• cards-ui: 3.1.1<br />• geofence: 5.0.1<br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• realtime-trigger: 4.1.0<br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.03.02

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Resolved a `NoSuchMethodError` exception thrown due to build incompatibility.

### PushKit 6.1.1

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Resolved a `NoSuchMethodError` exception thrown due to build incompatibility.

### RichNotification 6.2.1

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Resolved a `NoSuchMethodError` exception thrown due to build incompatibility.

## 4th August 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.4.1](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.4.1) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.03.01</span><br />• pushkit: 6.1.0<br />• pushAmp: 6.1.0<br />• richNotification: 6.2.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.2.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.1.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.1.1</span><br />• geofence: 5.0.1<br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• realtime-trigger: 4.1.0<br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.03.01

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal Improvements.

### InApp 9.2.1

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>

* Corrected an issue with test InApp events synchronization.
* The InApp `onClick()` callback is now correctly sent on the Main Thread for HTML InApps.

### Cards Core 3.1.1

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Cards are no longer returned to the user when the SDK is disabled.

### Cards UI 3.1.1

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Cards are no longer returned to the user when the SDK is disabled.

## 15th July 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.4.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.4.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.03.00</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushkit: 6.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushAmp: 6.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>richNotification: 6.2.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.2.0</span><br />• cards-core: 3.1.0<br />• cards-ui: 3.1.0<br />• geofence: 5.0.1<br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>realtime-trigger: 4.1.0</span><br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.03.00

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Added support for configuring the MoEngage SDK initialisation using the XML value resource.

### InApp 9.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Added support for configuring the MoEngage SDK initialisation using the XML value resource.

### Pushkit 6.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Added support for configuring the MoEngage SDK initialisation using the XML value resource.

### Realtime Trigger 4.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Added support for configuring the MoEngage SDK initialisation using the XML value resource.

### PushAmp 6.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Added support for configuring the MoEngage SDK initialisation using the XML value resource.

### RichNotification 6.2.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Added support for configuring the MoEngage SDK initialisation using the XML value resource.

## 27th June 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                              | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.3.1](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.3.1) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.02.02</span><br />• pushkit: 6.0.0<br />• pushamp: 6.0.1<br />• richNotification: 6.1.0<br />• inapp: 9.1.1<br />• cards-core: 3.1.0<br />• cards-ui: 3.1.0<br />• geofence: 5.0.1<br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• realtime-trigger: 4.0.1<br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.02.02

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
APIs for tracking clicks and impressions for offerings in personalization.

## 26th June 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.3.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.3.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.02.01</span><br />• pushkit: 6.0.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushamp: 6.0.1</span><br />• richNotification: 6.1.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.1.1</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>geofence: 5.0.1</span><br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>realtime-trigger: 4.0.1</span> | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.02.01

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements.

### InApp 9.1.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements for compatibility with **Core version 14.02.01**.

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Crash due to ConcurrentModificationException in InAppCache.

### Cards Core 3.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Support for Accessibility in Cards.

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements for compatibility with **Core version 14.02.01**.

### Cards UI 3.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Support for Accessibility in Cards.

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements for compatibility with **Core version 14.02.01**.

### Geofence 5.0.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements for compatibility with **Core version 14.02.01**.

### Push Amp 6.0.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements for compatibility with **Core version 14.02.01**.

### Realtime Trigger 4.0.1

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Improvements:</span>
Internal improvements for compatibility with **Core version 14.02.01**.

## 16th June 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                              | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.2.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.2.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.02.00</span><br />• pushkit: 6.0.0<br />• pushAmp: 6.0.0<br />• richNotification: 6.1.0<br />• inapp: 9.1.0<br />• cards-core: 3.0.0<br />• cards-ui: 3.0.0<br />• geofence: 5.0.0<br />• inbox-core: 4.1.0<br />• inbox-ui: 4.1.0<br />• realtime-trigger: 4.0.0<br />• security: 4.0.0<br />• encryptedStorage: 3.0.0 | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.02.00

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
APIs to track Personalize shown and click events, refer [here](https://moengage.github.io/android-api-reference/campaigns-core/com.moengage.campaigns.personalize/-mo-e-personalize-helper/index.html) for more details.

## 5th June 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.1.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.1.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.01.00</span><br />• pushkit: 6.0.0<br />• pushAmp: 6.0.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>richNotification: 6.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.1.0</span><br />• cards-core: 3.0.0<br />• cards-ui: 3.0.0<br />• geofence: 5.0.0<br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inbox-core: 4.1.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inbox-ui: 4.1.0</span> | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.01.00

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Support for Accessibility in Push and InApps.

### InApp 9.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Support for Accessibility in In-app Campaigns.

### Inbox Core 4.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Support for Accessibility in Push Inbox.

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Crash when the basic notification is clicked from the Push Inbox.

### Inbox UI 4.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Support for Accessibility in Push Inbox.

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Crash when the basic notification is clicked from the Push Inbox.

### Rich Notification 6.1.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>
Support for Accessibility in Push Campaigns.

## 26th May 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                   | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.0.2](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.0.2) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.00.01</span> | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### All Modules

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Removed conflicting File Provider names.

## 30th April 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [5.0.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v5.0.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 14.00.00</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushkit: 6.0.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushAmp: 6.0.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>richNotification: 6.0.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 9.0.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 3.0.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 3.0.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>geofence: 5.0.0</span> | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 35<br />Gradle: 8.9 |
</div>

### Core SDK 14.00.00

<span style={{ backgroundColor: 'rgba(212, 56, 13, 0.1)', border: '1px solid #d4380d', color: '#d4380d', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Breaking Changes:</span>
Removed deprecated Classes and APIs.

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>

* Min supported SDK version updated to 23.
* Compile SDK version updated to 35.
* Support for grouping multiple Push Notifications.
* New trigger conditions for displaying the InApps.
* Support for GIFs in Push Notification.

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>
Cancelling the Scheduled Job with Job Scheduler to avoid crashes in some OEMs.

### Cards Core 3.0.0

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>

* Min supported SDK version updated to 23.
* Compile SDK version updated to 35.

## 11th March 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                                                                                                                                                                                                      | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [4.7.0](https://github.com/moengage/android-dependency-catalog/releases/tag/v4.7.0) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 13.06.00</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 8.8.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-core: 2.4.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>cards-ui: 2.5.0</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>geofence: 4.3.0</span> | AGP: 8.7.3<br />Kotlin: 1.9.23<br />Compile SDK: 34<br />Gradle: 8.9 |
</div>

### Core SDK 13.06.00

<span style={{ backgroundColor: 'rgba(0, 135, 103, 0.1)', border: '1px solid #008767', color: '#008767', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>What's New:</span>

* Added support for Multi User Identities.
* Support for Heads-up notification using Direct Posting Mechanism.
* AGP version updated to **8.7.3**.

<span style={{ backgroundColor: 'rgba(212, 56, 13, 0.1)', border: '1px solid #d4380d', color: '#d4380d', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginTop: '8px', marginBottom: '8px' }}>Deprecated APIs:</span>

| Then                             | Now                               |
| :------------------------------- | :-------------------------------- |
| MoEAnalyticsHelper.setUniqueId() | MoEAnalyticsHelper.identifyUser() |
| MoEAnalyticsHelper.setAlias()    | MoEAnalyticsHelper.identifyUser() |

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginTop: '8px', marginBottom: '8px' }}>Fixes:</span>

* ISO 8601 string before 1970 discarded due to negative epoch value.
* Crash due to ConcurrentModification in some places.

## 22nd January 2025

<div style={{ border: '1px solid #E8E8E8', borderRadius: '8px', padding: '16px' }}>
  #### Release Summary

  | Catalog Version                                                                     | Modules                                                                                                                                                                                                                                                         | Dependencies                                                         |
  | :---------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
  | [4.5.3](https://github.com/moengage/android-dependency-catalog/releases/tag/v4.5.3) | • <span style={{ color: '#008767', fontWeight: 'bold' }}>moe-android-sdk: 13.05.02</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>pushAmp: 5.2.2</span><br />• <span style={{ color: '#008767', fontWeight: 'bold' }}>inapp: 8.7.1</span> | AGP: 8.4.0<br />Kotlin: 1.9.23<br />Compile SDK: 34<br />Gradle: 8.6 |
</div>

### InApp 8.7.1

<span style={{ backgroundColor: 'rgba(212, 107, 8, 0.1)', border: '1px solid #d46b08', color: '#d46b08', padding: '3px 10px', borderRadius: '12px', fontWeight: '600', fontSize: '0.9em', display: 'inline-block', marginBottom: '8px' }}>Fixes:</span>

* GIF image pixelation issue.
* **Has not** condition handling for event-triggered InApps.
