Skip to content

Commit 133ecaf

Browse files
committed
Remove build dependency as it breaks the build system
1 parent abb2635 commit 133ecaf

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
@@ -226,7 +226,7 @@ if (project.hasProperty('releaseKeyStore') &&
226226
android.signingConfigs.releaseSign.keyPassword ""
227227
}
228228

229-
tasks.release.dependsOn(['build', 'publishApkWithAnalyticsRelease'])
229+
tasks.release.dependsOn(['publishApkWithAnalyticsRelease'])
230230

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

0 commit comments

Comments
 (0)