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 1010 <configuration >
1111 <option name =" SELECTED_BUILD_VARIANT" value =" debug" />
1212 <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 " />
1414 <option name =" ASSEMBLE_TEST_TASK_NAME" value =" assembleDebugTest" />
1515 <option name =" SOURCE_GEN_TASK_NAME" value =" generateDebugSources" />
1616 <option name =" TEST_SOURCE_GEN_TASK_NAME" value =" generateDebugTestSources" />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:0.12.2 '
8+ classpath ' com.android.tools.build:gradle:0.13.0 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // 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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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