Skip to content

v1.1b4

Pre-release
Pre-release
Compare
Choose a tag to compare
@thuytrinh thuytrinh released this 22 Apr 12:03
· 936 commits to develop since this release
  • New: Booking now includes an optional quickBookingsUrl property to perform quick booking.
  • New: BookingKit's source code was moved into this repo. BookingKit provides QuickBookingApi to handle the quickBookingsUrl above. BookingKitModule denotes how the QuickBookingApi is instantiated. Note that the OkHttpClient param required should be obtained from TripKit. There's also a BookingApi to handle bookingURL too.

In order to use BookingKit, add following dependency:

  compile('com.skedgo.sdk:booking-kit:1.0b1@aar') {
    transitive = true
  }