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