Installation
Gradle
implementation "com.guestlogix.traveler:traveler_core"
implementation "com.guestlogix.traveler:traveler_ui"
implementation "com.guestlogix.traveler:traveler_stripe_payment_provider"repositories {
maven {
url 'http://dl.bintray.com/guestlogix-it/Traveler'
}
}Last updated