Android – Install AdaptyUI SDK

Begin configuring the Adapty paywall builder by installing the AdaptyUI SDK. Note that the AdaptyUI SDK is necessary only if you intend to use the paywalls created with the Paywall Builder.

You can easily install the AdaptyUI SDK via Gradle.

Install via Gradle

Add Adapty to your build.gradle:

dependencies {
    ...
    implementation 'io.adapty:android-ui:2.1.3'
}
dependencies {
    ...
    implementation("io.adapty:android-ui:2.1.3")
}
//libs.versions.toml

[versions]
..
adaptyUi = "2.1.3"

[libraries]
..
adapty-ui = { group = "io.adapty", name = "android-ui", version.ref = "adaptyUi" }



//module-level build.gradle.kts

dependencies {
    ...
    implementation(libs.adapty.ui)
}

🚧

Please consult the compatibility table below to choose the correct pair of Adapty SDK and AdaptyUI.

Adapty SDK versionAdaptyUI version
2.7.x2.9.x2.0.x
2.10.02.1.2
2.10.2 or later2.1.3