File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33dependencies {
4- compile ' com.android.support:support-v13:21 .0.2 '
4+ compile ' com.android.support:support-v13:23 .0.1 '
55
66 compile ' io.reactivex:rxandroid:1.0.1'
77 // Because RxAndroid releases are few and far between, it is recommended you also
@@ -22,7 +22,7 @@ dependencies {
2222
2323android {
2424 compileSdkVersion 23
25- buildToolsVersion ' 23'
25+ buildToolsVersion ' 23.0.1 '
2626
2727 defaultConfig {
2828 applicationId " com.morihacky.android.rxjava"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:1.3.0 '
9+ classpath ' com.android.tools.build:gradle:1.3.1 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.7 -all.zip
You can’t perform that action at this time.
0 commit comments