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

Commit 4809da6

Browse files
Update README.md
1 parent 6ec8b16 commit 4809da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
And add next dependencies in the build.gradle of the module:
2727
```gradle
2828
dependencies {
29-
compile 'com.github.VictorAlbertos:RxActivityResult:0.4.1-2.x'
29+
compile 'com.github.VictorAlbertos:RxActivityResult:0.4.3-2.x'
3030
compile 'io.reactivex.rxjava2:rxjava:2.0.5'
3131
}
3232
```
@@ -90,7 +90,7 @@ RxActivityResult.on(this).startIntentSender(pendingIntent.getIntentSender(), new
9090
```
9191

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

9595
## Author
9696
**Víctor Albertos**

0 commit comments

Comments
 (0)