Skip to content

Commit 4bfec3e

Browse files
authored
Update README.md
1 parent 206ab2b commit 4bfec3e

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,6 @@ This library does that (well not really). But it is a cool name.
2424
- Crop and rotate images. RxPaparazzo relies on [UCrop](https://github.com/Yalantis/uCrop) to perform beautiful cuts to any face, body or place.
2525
- Honors the observable chain (it means you can go crazy chaining operators). [RxOnActivityResult](https://github.com/VictorAlbertos/RxActivityResult) allows RxPaparazzo to transform every intent into an observable for a wonderful chaining process.
2626

27-
28-
## Setup RxJava1 [DEPRECATED]
29-
Add the JitPack repository in your build.gradle (top level module):
30-
```gradle
31-
allprojects {
32-
repositories {
33-
jcenter()
34-
maven { url "https://jitpack.io" }
35-
}
36-
}
37-
```
38-
39-
Add dependencies in the build.gradle of the module:
40-
```gradle
41-
dependencies {
42-
compile "com.github.miguelbcr:RxPaparazzo:0.4.7"
43-
compile 'io.reactivex:rxandroid:1.2.1'
44-
}
45-
```
46-
4727
## Setup RxJava2
4828
Add the JitPack repository in your build.gradle (top level module):
4929
```gradle

0 commit comments

Comments
 (0)