Skip to content

Releases: customerio/customerio-android

4.11.0

07 Oct 07:10

Choose a tag to compare

4.11.0 (2025-10-07)

Features

  • Improve push notificaiton delivery receipts delay (#618) (ce5cdf3)

4.10.2

03 Oct 10:47

Choose a tag to compare

4.10.2 (2025-10-03)

Bug Fixes

4.10.1

29 Aug 14:21

Choose a tag to compare

4.10.1 (2025-08-29)

Bug Fixes

  • Resolved a crash when dismissing in app messages using back press during initial loading phase. Users can now safely navigate away from messages without encountering unexpected app crashes. (#608) (ea725f0)

4.10.0

21 Aug 09:17

Choose a tag to compare

4.10.0 (2025-08-21)

Features

  • Align public API with other CIO SDK platforms (#600) (fedbcc9)

4.9.0

18 Aug 13:01

Choose a tag to compare

4.9.0 (2025-08-18)

Features

  • Added support for queue sticky sessions (#598) (4dd7639)

4.8.0

11 Aug 19:56

Choose a tag to compare

4.8.0 (2025-08-11)

Breaking Features

but this also means apps needs to have the following minimum requirement

  • Gradle: 8.0 or later
  • Android Gradle Plugin (AGP): 8.0 or later (8.2+ recommended)
  • Kotlin: 1.9.20 or later (2.0+ required if using Kotlin Multiplatform or K2-specific features)

4.7.1

22 Jul 18:46

Choose a tag to compare

4.7.1 (2025-07-22)

Bug Fixes

  • Fixes a crash when build attributes from device are nullable (#584) (33a938f)

4.7.0

16 Jul 11:24

Choose a tag to compare

4.7.0 (2025-07-16)

Features

  • Add ability to configure messaging channels for local notifications (#582) (75ac690)

4.6.3

25 Jun 21:07

Choose a tag to compare

4.6.3 (2025-06-25)

Internal

  • Added base classes around Inline views to support communication of inline view with Wrapper SDKs (#579) (1459529)

4.6.2

25 Jun 06:12

Choose a tag to compare

4.6.2 (2025-06-25)

Bug Fixes

  • Sanitize unsupported numeric values, this fixes a crash when customers attempt to pass values that are not supported by JSON as properties for event or screen tracking (ex: NaN and +-Inf) (#569) (e75a721)