Documentation
iOS ReferenceAndroid Reference
  • Overview
  • Release Notes
    • 2019 Release Notes
  • Quick Start
    • Configuration settings
  • Getting Started
    • Environments
    • Domain Whitelist
  • Traveler
    • Overview
    • Mobile SDKs
      • Overview
      • Minimum Requirements
      • iOS
        • Installation
        • Getting Started
      • Android
        • Installation
        • Getting Started
      • Usage
        • Booking Item Search
          • Booking Item Search UI
        • Flight Search
        • Catalog
        • Catalog Item Details
        • Availabilities
        • Getting Passes
        • Booking Form
          • Questions
          • Answers
          • Validation
        • Creating an Order
        • Processing an Order
      • Errors
    • Traveler API
    • Payments
  • Partner
    • Overview
    • Partner API
  • Glossary
    • API Convention
      • Error Codes
      • API Rate Limiting
    • Terminology
  • Support
    • Contact
Powered by GitBook
On this page

Was this helpful?

  1. Traveler
  2. Mobile SDKs
  3. Android

Installation

Gradle

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

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.

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

Last updated 6 years ago

Was this helpful?