Skip to content

Commit

Permalink
Remove automatic release task
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Feb 21, 2017
1 parent a8af9a1 commit bbd6a22
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 @@ -224,7 +224,7 @@ if (project.hasProperty('releaseKeyStore') &&
android.signingConfigs.releaseSign.keyPassword ""
}

tasks.release.dependsOn(['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 bbd6a22

Please sign in to comment.