File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ android {
9494 testOptions {
9595 unitTests. returnDefaultValues = true
9696 }
97+ buildToolsVersion ' 24.0.1'
9798}
9899
99100dependencies {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515 }
1616
1717 dependencies {
18- classpath ' com.android.tools.build:gradle:1.5 .0'
18+ classpath ' com.android.tools.build:gradle:2.2 .0'
1919
2020 // Dexcount gradle plugin
2121 classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.4.4'
Original file line number Diff line number Diff line change 11apply plugin : ' java'
2+ sourceCompatibility = JavaVersion . VERSION_1_7
3+ targetCompatibility = JavaVersion . VERSION_1_7
24
35sourceSets {
46 main {
Original file line number Diff line number Diff line change 1- # Sun Nov 30 09:39:49 PST 2014
1+ # Sun Oct 09 17:42:15 PDT 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ android {
2222 abortOnError false
2323 }
2424
25+ compileOptions {
26+ sourceCompatibility JavaVersion . VERSION_1_7
27+ targetCompatibility JavaVersion . VERSION_1_7
28+ }
29+
30+ buildToolsVersion ' 24.0.1'
2531}
2632
2733dependencies {
You can’t perform that action at this time.
0 commit comments