We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8af9a1 commit bbd6a22Copy full SHA for bbd6a22
smssync/build.gradle
@@ -224,7 +224,7 @@ if (project.hasProperty('releaseKeyStore') &&
224
android.signingConfigs.releaseSign.keyPassword ""
225
}
226
227
-tasks.release.dependsOn(['publishApkWithAnalyticsRelease'])
+//tasks.release.dependsOn(['publishApkWithAnalyticsRelease'])
228
229
// Build and launch app from command line
230
task runApp(type: Exec, dependsOn: ['build', 'installWithAnalyticsDebug']) {
0 commit comments