Skip to content

Commit

Permalink
Remove build dependency as it breaks the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Nov 9, 2015
1 parent abb2635 commit 133ecaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smssync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ if (project.hasProperty('releaseKeyStore') &&
android.signingConfigs.releaseSign.keyPassword ""
}

tasks.release.dependsOn(['build', 'publishApkWithAnalyticsRelease'])
tasks.release.dependsOn(['publishApkWithAnalyticsRelease'])

// Build and launch app from command line
task runApp(type: Exec, dependsOn: ['build', 'installWithAnalyticsDebug']) {
Expand Down

0 comments on commit 133ecaf

Please sign in to comment.