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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
v0.5.1 - 6/7/2016
2
+
------------
3
+
### Fixed
4
+
-[Issue #14](https://github.com/uber/rides-java-sdk/issues/14) Adjust RefreshAuthenticator to ignore Invalid scope
5
+
6
+
1
7
v0.5.0 - 6/2/2016
2
8
------------------
3
9
This release sets up the Java SDK for the Uber Android SDK to utilize it as a third party dependency by adding common interfaces and removing heavier weight components.
@@ -26,7 +32,7 @@ Replaces `UberRidesSyncService` and `UberRidesAsyncService` with a Retrofit 2 ba
26
32
- Updated from Retrofit 1 to Retrofit 2
27
33
- Updated from OkHttp2 to OkHttp3
28
34
- Removed Gauva dependency
29
-
35
+
30
36
### Breaking
31
37
- Removed `UberServices` in favor of `UberRidesApi`
32
38
- Removed `UberRidesSyncService` and `UberRidesAsyncService` in favor of `RidesService`
0 commit comments