We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad795f commit 0bd2963Copy full SHA for 0bd2963
1 file changed
rx_paparazzo/build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
16
android {
17
compileSdkVersion 25
18
- buildToolsVersion "25.0.2"
+ buildToolsVersion "25.0.3"
19
20
defaultConfig {
21
minSdkVersion 16
@@ -36,8 +36,8 @@ android {
36
37
dependencies {
38
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"
+ compile "io.reactivex.rxjava2:rxjava:2.1.1"
+ compile "com.github.VictorAlbertos:RxActivityResult:0.4.5-2.x"
41
compile 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.4@aar'
42
compile 'com.github.yalantis:ucrop:2.2.1'
43
0 commit comments