> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Install Android SDK

Add the Qonversion library to the dependencies section in your app **build.gradle**:

```groovy theme={null}
dependencies {
    implementation 'io.qonversion.android.sdk:sdk:9.+'
}
```

Or check the current release version on [GitHub](https://github.com/qonversion/android-sdk/releases).
