Skip to content

Commit

Permalink
Merge pull request #355 from bugsnag/fix-rn-maven-repo
Browse files Browse the repository at this point in the history
Add react native maven repo earlier in plugin lifecycle
  • Loading branch information
fractalwrench authored Jan 11, 2021
2 parents 7c9f039 + 0ed36fb commit 489eb21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class BugsnagPlugin : Plugin<Project> {
if (!bugsnag.enabled.get()) {
return@withPlugin
}
addReactNativeMavenRepo(project, bugsnag)

val httpClientHelperProvider = BugsnagHttpClientHelper.create(
project,
Expand Down Expand Up @@ -319,7 +320,6 @@ class BugsnagPlugin : Plugin<Project> {
if (uploadSourceMapProvider != null) {
variant.register(project, uploadSourceMapProvider, reactNativeEnabled)
}
addReactNativeMavenRepo(project, bugsnag)
}
}

Expand Down

0 comments on commit 489eb21

Please sign in to comment.