PlexySDK DOCS
Android SDK

Android SDK

Plexy Drop-in and Components for Android apps

Android SDK

The official Plexy client-side SDK for Android. Build full Drop-in checkout or use individual Components, with first-class support for Jetpack Compose and traditional Views.

Requirements

  • Android 7.0 (API 24)+
  • Kotlin 1.9+
  • Gradle 8.0+

Installation

Add the dependency to your module's build.gradle:

Jetpack Compose:

dependencies {
    implementation 'money.plexy.checkout:drop-in-compose:1.0.0'
}

Views:

dependencies {
    implementation 'money.plexy.checkout:drop-in:1.0.0'
}

Make sure Maven Central is in your repositories:

repositories {
    mavenCentral()
}

ProGuard

The SDK ships with consumer ProGuard rules — no manual configuration is required.

Next steps

On this page