Skip to content

Commit 375748b

Browse files
committed
Update dependencies
1 parent 54f3ff5 commit 375748b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

app/build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 21
5-
buildToolsVersion "21.1.1"
5+
buildToolsVersion "21.1.2"
66

77
defaultConfig {
88
applicationId "com.fernandocejas.android10.rx.sample"
@@ -41,11 +41,10 @@ android {
4141
}
4242

4343
dependencies {
44-
//library dependencies
45-
compile 'com.android.support:recyclerview-v7:21.0.+'
46-
compile 'com.jakewharton:butterknife:6.0.0'
47-
compile 'com.squareup.okhttp:okhttp:2.1.0'
48-
compile 'io.reactivex:rxjava:1.0.3'
49-
compile 'io.reactivex:rxandroid:0.23.0'
44+
compile 'com.android.support:recyclerview-v7:22.2.1'
45+
compile 'com.jakewharton:butterknife:7.0.1'
46+
compile 'com.squareup.okhttp:okhttp:2.5.0'
47+
compile 'io.reactivex:rxjava:1.0.14'
48+
compile 'io.reactivex:rxandroid:0.25.0'
5049
}
5150

gradle/wrapper/gradle-wrapper.jar

2.56 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Dec 21 20:48:07 CET 2014
1+
#Thu Sep 10 23:55:22 CEST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip

0 commit comments

Comments
 (0)