Skip to content

Commit

Permalink
Update lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbcr committed Jun 22, 2017
1 parent 4ad795f commit 0bd2963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rx_paparazzo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 16
Expand All @@ -36,8 +36,8 @@ android {

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

Expand Down

0 comments on commit 0bd2963

Please sign in to comment.