Skip to content

Commit

Permalink
fix: add react native maven repo to top level project
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jan 8, 2021
1 parent 7c9f039 commit 0ed36fb
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 0ed36fb

Please sign in to comment.