Skip to main content

Installation

Install

Prerequisites

This SDK targets Android 35, and the minimal support API is 26 (Android 8+). This SDK uses Compose BOM version 2025.02.00.

First, add a new maven repository to your dependency resolution management:

repositories {
google()
mavenCentral()
// other repositories you might have...

maven {
url "https://repo.repsy.io/mvn/bambuser/bambuser-commerce-sdk"
}
}

Then add the dependency into your app/build.gradle:

implementation("com.bambuser:commerce-sdk:$insert the latest version")