Skip to content

Commit

Permalink
rename dependency task after it's refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
kejunxia committed Jul 15, 2015
1 parent ee9d580 commit 61e6ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/note/android/build.gradle
Expand Up @@ -34,9 +34,9 @@ dependencies {
provided 'org.parceler:parceler:0.2.16'
}

//Enforce tests of controller to be run before assembling each variant.Merge module controller and model of sample note to module coreMerge module controller and model of sample note to module coreMerge module controller and model of sample note to module core
//Enforce tests of core to be run before assembling each variant.
android.applicationVariants.all {
variant -> variant.assemble.dependsOn(":samples:note:controllers:test")
variant -> variant.assemble.dependsOn(":samples:note:core:test")
}

android {
Expand Down

0 comments on commit 61e6ff9

Please sign in to comment.