Skip to content

Commit 0bd2963

Browse files
committed
Update lib versions
1 parent 4ad795f commit 0bd2963

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
@@ -15,7 +15,7 @@ buildscript {
1515

1616
android {
1717
compileSdkVersion 25
18-
buildToolsVersion "25.0.2"
18+
buildToolsVersion "25.0.3"
1919

2020
defaultConfig {
2121
minSdkVersion 16
@@ -36,8 +36,8 @@ android {
3636

3737
dependencies {
3838
compile fileTree(dir: 'libs', include: ['*.jar'])
39-
compile "io.reactivex.rxjava2:rxjava:2.1.0"
40-
compile "com.github.VictorAlbertos:RxActivityResult:0.4.4-2.x"
39+
compile "io.reactivex.rxjava2:rxjava:2.1.1"
40+
compile "com.github.VictorAlbertos:RxActivityResult:0.4.5-2.x"
4141
compile 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.4@aar'
4242
compile 'com.github.yalantis:ucrop:2.2.1'
4343

0 commit comments

Comments
 (0)