Requirements

  • Android API 27+ (Android 8.1 Oreo or newer)
  • Kotlin 2.1.0+

Installation

The Privy Android SDK is available on Maven Central.

  1. Include the mavenCentral() repository in your gradle files:
repositories {
    google()
    mavenCentral()
}
  1. Add the latest Privy SDK dependency to your app’s build.gradle file:
dependencies {
  // Privy Core
  implementation("io.privy:privy-core:X.Y.Z") // Replace with the latest version

  // other dependencies
}

The latest version can be found here.

Was this page helpful?