> For the complete documentation index, see [llms.txt](https://docs.guestlogix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestlogix.io/traveler/mobile-sdks/android/installation.md).

# Installation

## Gradle

Add the following to the gradle dependencies section of you `build.gradle` file and sync.

```java
implementation "com.guestlogix.traveler:traveler_core"
implementation "com.guestlogix.traveler:traveler_ui"
implementation "com.guestlogix.traveler:traveler_stripe_payment_provider"
```

Also include the following repository reference.

```java
repositories {
    maven {
        url 'http://dl.bintray.com/guestlogix-it/Traveler'
    }
}
```
