File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
<configuration >
11
11
<option name =" SELECTED_BUILD_VARIANT" value =" debug" />
12
12
<option name =" ASSEMBLE_TASK_NAME" value =" assembleDebug" />
13
- <option name =" COMPILE_JAVA_TASK_NAME" value =" compileDebugJava " />
13
+ <option name =" COMPILE_JAVA_TASK_NAME" value =" compileDebugSources " />
14
14
<option name =" ASSEMBLE_TEST_TASK_NAME" value =" assembleDebugTest" />
15
15
<option name =" SOURCE_GEN_TASK_NAME" value =" generateDebugSources" />
16
16
<option name =" TEST_SOURCE_GEN_TASK_NAME" value =" generateDebugTestSources" />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.12.2 '
8
+ classpath ' com.android.tools.build:gradle:0.13.0 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
- # Thu Sep 18 16:18:58 GMT+05:30 2014
1
+ # Fri Sep 19 11:20:39 GMT+05:30 2014
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.12 -all.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.1 -all.zip
You can’t perform that action at this time.
0 commit comments