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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,22 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
-
compile 'com.lyft:lyft-android-sdk:2.0.1'
22
+
compile 'com.lyft:lyft-android-sdk:2.0.2'
23
23
}
24
24
```
25
25
26
26
If you only want to use the [Lyft API Wrapper](https://github.com/lyft/lyft-android-sdk#lyft-api-wrapper) or [Deeplink](https://github.com/lyft/lyft-android-sdk#deeplinking) portion of the SDK, you can pull them individually.
27
27
```gradle
28
-
compile 'com.lyft:lyft-android-sdk-networking:2.0.1' // Lyft API Wrapper
0 commit comments