You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
-
v0.5.3 - TBD
1
+
v0.6.1 - TBD
2
2
------------
3
3
4
+
v0.6.0 - 11/11/2016
5
+
------------
6
+
This release moves all our endpoints to the new 1.2 version! This update brings support to upfront pricing and fares, which is now reflected in RideEstimate and usable in RideRequestParameters.
7
+
8
+
### Added
9
+
- Fare to RideEstimate, this will be returned in the case of a product that supports upfront pricing.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This SDK helps your Java App make HTTP requests to the Uber Rides API.
8
8
#### Before you begin
9
9
Register your app in the [Uber developer dashboard](https://developer.uber.com/dashboard). Notice that the app gets a client ID, secret, and server token required for authenticating with the API.
10
10
11
-
Note: Using Android? Be sure to checkout the [Uber Android SDK](https://github.com/uber/rides-android-sdk) in addition, which has native authentication mechanisms.
11
+
Note: Using Android? Be sure to checkout the [Uber Android SDK](github.com/uber/rides-android-sdk) in addition, which has native authentication mechanisms.
12
12
13
13
#### Gradle
14
14
If using Gradle, add this to your project’s `build.gradle` file:
15
15
```gradle
16
16
dependencies {
17
-
compile 'com.uber.sdk:rides:0.5.2'
17
+
compile 'com.uber.sdk:rides:0.6.0'
18
18
}
19
19
```
20
20
@@ -24,7 +24,7 @@ If using Maven, add this to your project's `pom.xml` file:
0 commit comments