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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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 {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.1.0-beta1 '
7
+ classpath ' com.android.tools.build:gradle:2.3.0 '
8
8
}
9
9
}
10
10
@@ -33,7 +33,7 @@ dependencies {
33
33
34
34
android {
35
35
compileSdkVersion 22
36
- buildToolsVersion " 22 .0.1 "
36
+ buildToolsVersion ' 25 .0.0 '
37
37
38
38
defaultConfig {
39
39
minSdkVersion 8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.1.0-beta1 '
7
+ classpath ' com.android.tools.build:gradle:2.3.0 '
8
8
}
9
9
}
10
10
You can’t perform that action at this time.
0 commit comments