2.38.3 | 2025-04-29

🪲 Bug fixes

2.38.2 | 2025-04-17

✨ Improvements

2.38.1 | 2025-04-14

✨ 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.38.0 | 2025-03-24

🚀 New features

2.37.2 | 2025-03-21

🪲 Bug fixes