File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
websockets-rxjava-example Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Fri Apr 03 16:38:12 CEST 2015
1+ # Wed Mar 22 17:26:20 CET 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.11 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:2.1.0-beta1 '
7+ classpath ' com.android.tools.build:gradle:2.3.0 '
88 }
99}
1010
@@ -33,7 +33,7 @@ dependencies {
3333
3434android {
3535 compileSdkVersion 22
36- buildToolsVersion " 22 .0.1 "
36+ buildToolsVersion ' 25 .0.0 '
3737
3838 defaultConfig {
3939 minSdkVersion 8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 jcenter()
55 }
66 dependencies {
7- classpath ' com.android.tools.build:gradle:2.1.0-beta1 '
7+ classpath ' com.android.tools.build:gradle:2.3.0 '
88 }
99}
1010
You can’t perform that action at this time.
0 commit comments