Skip to content

Commit bbd6a22

Browse files
committed
Remove automatic release task
1 parent a8af9a1 commit bbd6a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smssync/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ if (project.hasProperty('releaseKeyStore') &&
224224
android.signingConfigs.releaseSign.keyPassword ""
225225
}
226226

227-
tasks.release.dependsOn(['publishApkWithAnalyticsRelease'])
227+
//tasks.release.dependsOn(['publishApkWithAnalyticsRelease'])
228228

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

0 commit comments

Comments
 (0)