Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAlbertos authored Apr 18, 2017
1 parent 6ec8b16 commit 4809da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
And add next dependencies in the build.gradle of the module:
```gradle
dependencies {
compile 'com.github.VictorAlbertos:RxActivityResult:0.4.1-2.x'
compile 'com.github.VictorAlbertos:RxActivityResult:0.4.3-2.x'
compile 'io.reactivex.rxjava2:rxjava:2.0.5'
}
```
Expand Down Expand Up @@ -90,7 +90,7 @@ RxActivityResult.on(this).startIntentSender(pendingIntent.getIntentSender(), new
```

## Examples
There is an example of RxActivityResult using both activity and fragment in the [app module](https://github.com/VictorAlbertos/RxActivityResult/tree/master/app)
There is an example of RxActivityResult using both activity and fragment in the [app module](https://github.com/VictorAlbertos/RxActivityResult/tree/2.x/app)

## Author
**Víctor Albertos**
Expand Down

0 comments on commit 4809da6

Please sign in to comment.