File tree 5 files changed +12
-3
lines changed
5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ android {
94
94
testOptions {
95
95
unitTests. returnDefaultValues = true
96
96
}
97
+ buildToolsVersion ' 24.0.1'
97
98
}
98
99
99
100
dependencies {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
15
15
}
16
16
17
17
dependencies {
18
- classpath ' com.android.tools.build:gradle:1.5 .0'
18
+ classpath ' com.android.tools.build:gradle:2.2 .0'
19
19
20
20
// Dexcount gradle plugin
21
21
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.4.4'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' java'
2
+ sourceCompatibility = JavaVersion . VERSION_1_7
3
+ targetCompatibility = JavaVersion . VERSION_1_7
2
4
3
5
sourceSets {
4
6
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
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.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 {
22
22
abortOnError false
23
23
}
24
24
25
+ compileOptions {
26
+ sourceCompatibility JavaVersion . VERSION_1_7
27
+ targetCompatibility JavaVersion . VERSION_1_7
28
+ }
29
+
30
+ buildToolsVersion ' 24.0.1'
25
31
}
26
32
27
33
dependencies {
You can’t perform that action at this time.
0 commit comments