Skip to content

Commit

Permalink
upgraded RxActivityResult version
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed May 6, 2016
1 parent 5356efc commit 04ee259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
And add next dependencies in the build.gradle of the module:
```gradle
dependencies {
compile "com.github.FuckBoilerplate:RxPaparazzo:0.0.4"
compile "com.github.FuckBoilerplate:RxPaparazzo:0.0.5"
compile "io.reactivex:rxjava:1.1.4"
}
```
Expand Down
2 changes: 1 addition & 1 deletion rx_paparazzo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
compile 'io.reactivex:rxjava:1.1.4'
compile 'io.reactivex:rxandroid:1.2.0'

compile 'com.github.VictorAlbertos:RxActivityResult:0.3.1'
compile 'com.github.VictorAlbertos:RxActivityResult:0.3.2'
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.5.2@aar'
compile 'com.yalantis:ucrop:1.3.2'

Expand Down

0 comments on commit 04ee259

Please sign in to comment.