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
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,26 +24,6 @@ This library does that (well not really). But it is a cool name.
24
24
- Crop and rotate images. RxPaparazzo relies on [UCrop](https://github.com/Yalantis/uCrop) to perform beautiful cuts to any face, body or place.
25
25
- 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.
26
26
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
-
47
27
## Setup RxJava2
48
28
Add the JitPack repository in your build.gradle (top level module):
0 commit comments