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'
}
}
Last updated
Was this helpful?