2.32.1 | 2025-04-17

Android

✨ Improvements

<aside> ⚠️ Primer SDK now supports BOM (Bill of Materials) via io.primer:bom

If you're using Klarna in your own code, you can switch to the BOM to automatically stay aligned with the supported version:

implementation(platform("io.primer:bom:<version>")) implementation("io.primer:klarna-android")

This removes the need to manage Klarna versions manually.

If you choose not to use the BOM, make sure you manually update to io.primer:klarna-android:1.1.0

</aside>

2.32.0 | 2025-03-25

🚀 New features

2.31.0 | 2025-03-19

Android

✨ Improvements

🪲 Bug fixes

iOS