Skip to content

Commit 7472270

Browse files
committed
Merge branch 'master' into feature/codepush
2 parents 7e76d22 + 4487b2a commit 7472270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ gradle.projectsEvaluated {
9191
environment("SENTRY_PROPERTIES", propertiesFile)
9292
def args = [
9393
cliExecutable,
94-
"react-native gradle",
94+
"react-native",
95+
"gradle",
9596
"--bundle", bundleOutput,
9697
"--sourcemap", sourcemapOutput,
9798
"--release", releaseName

0 commit comments

Comments
 (0)