# 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 %}
