rides-android-sdk icon indicating copy to clipboard operation
rides-android-sdk copied to clipboard

Release samples don't have proper dependencies for core-android and rides-android

Open itstexter opened this issue 8 years ago • 0 comments

Release samples are not replacing

compile project(':rides-android')
compile project(':core-android')

with

compile 'com.uber.sdk:rides-android:0.5.3'
compile 'com.uber.sdk:core-android:0.5.3'

when released (where 0.5.3 represents the most recent released version)

itstexter avatar Aug 13 '16 01:08 itstexter