Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2 KB

File metadata and controls

55 lines (36 loc) · 2 KB

Table of contents

wallee Android Payment SDK

Maven Central

Installation

Wallee Android SDK — Migration Guide v2.0.0

Requirements

Version
Kotlin 2.1.20
Android Gradle Plugin (AGP) 8.7.0

Installation

Latest version: 2.0.0Maven Central

Add the dependency to your build.gradle.kts:

implementation("com.wallee:wallee-payment-sdk:2.0.0")

What's new

Version 2.0.0 brings a complete architectural overhaul of the SDK. The public API and component behavior remain unchanged — the only breaking change is the entry class rename.

The architecture has also been updated to comply with the Android 16KB page size alignment requirement, ensuring compatibility with devices running on 16KB memory page sizes as required by Google. For more details, see the official Android documentation.

Still seeing 16KB alignment issues in your app? The problem may be caused by other libraries or an outdated build toolchain in your project. We recommend upgrading to AGP 8.7.0 or higher and updating your other dependencies to their latest versions.


Documentation