> For the complete documentation index, see [llms.txt](https://docs.playtimeads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playtimeads.com/sdk-integration/android-integration.md).

# Android Integration

## Add Dependency

* Add the Playtime dependency to your app's build.gradle (module level)

{% tabs %}
{% tab title="Java" %}

```java
dependencies {
    implementation 'com.playtimeads:offerwall:2.0.6'
}
```

{% endtab %}

{% tab title="Kotlin" %}

```kotlin
dependencies {
    implementation ("com.playtimeads:offerwall:2.0.6")
}
```

{% endtab %}
{% endtabs %}
