Skip to content

Commit dd56121

Browse files
committed
#46 - Updating libs, included uCrop which reduced the apk about 1.5Mb
1 parent 5df1b72 commit dd56121

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rx_paparazzo/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ android {
3636

3737
dependencies {
3838
compile fileTree(dir: 'libs', include: ['*.jar'])
39-
compile 'io.reactivex:rxjava:1.1.9'
39+
compile 'io.reactivex:rxjava:1.1.10'
4040
compile 'io.reactivex:rxandroid:1.2.1'
4141

42-
compile 'com.github.VictorAlbertos:RxActivityResult:0.3.5'
42+
compile 'com.github.VictorAlbertos:RxActivityResult:0.3.6'
4343
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.7.0@aar'
44-
compile 'com.yalantis:ucrop:2.1.2'
44+
compile 'com.yalantis:ucrop:2.2.0'
4545

4646
testCompile 'junit:junit:4.12'
4747
}

0 commit comments

Comments
 (0)