File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
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
4343dependencies {
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
Original file line number Diff line number Diff line change 1- # Sun Dec 21 20:48:07 CET 2014
1+ # Thu Sep 10 23:55:22 CEST 2015
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments