File tree Expand file tree Collapse file tree
websockets-rxjava-example Expand file tree Collapse file tree 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.2.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.11 -all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:1 .1.0'
6+ classpath ' com.android.tools.build:gradle:2 .1.0-beta1 '
77 }
88}
99
@@ -45,4 +45,9 @@ android {
4545 lintOptions {
4646 disable ' InvalidPackage'
4747 }
48+
49+ compileOptions {
50+ sourceCompatibility JavaVersion . VERSION_1_7
51+ targetCompatibility JavaVersion . VERSION_1_7
52+ }
4853}
Original file line number Diff line number Diff line change @@ -3,14 +3,17 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:1 .1.0'
6+ classpath ' com.android.tools.build:gradle:2 .1.0-beta1 '
77 }
88}
99
1010apply plugin : ' java'
1111apply plugin : ' maven'
1212apply plugin : ' signing'
1313
14+ sourceCompatibility = 1.7
15+ targetCompatibility = 1.7
16+
1417repositories {
1518 mavenCentral()
1619}
You can’t perform that action at this time.
0 commit comments