Skip to content

Bump bugsnag-android-gradle-plugin from 3.5.0 to 7.0.0#84

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.bugsnag-bugsnag-android-gradle-plugin-7.0.0
Closed

Bump bugsnag-android-gradle-plugin from 3.5.0 to 7.0.0#84
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.bugsnag-bugsnag-android-gradle-plugin-7.0.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Bumps bugsnag-android-gradle-plugin from 3.5.0 to 7.0.0.

Release notes

Sourced from bugsnag-android-gradle-plugin's releases.

v7.0.0

This release is for use with Android-Gradle-Plugin 7.0.0. See https://docs.bugsnag.com/build-integrations/gradle/#installation

  • Address task dependency warning when using APK splits #407

  • Added clear error messages when node_modules cannot be located in ReactNative projects #410

  • Upgrade AGP dependency to 7.0.0 #415

v7.0.0-beta01

Support for Android Gradle Plugin 7.0.0-beta04 added. This version introduces no new features and should only be used along-side Android Gradle Plugin 7.0.0-beta04 and higher. For more information see the upgrading guide.

v5.7.8

  • Upload correct bundle when Hermes is enabled 404

  • Added clear error messages when node_modules cannot be located in ReactNative projects 409

v5.7.7

  • Emit a helpful compatibility error when Android Gradle Plugin 7 or higher is detected #390

v5.7.6

  • Replace Groovy XML library used for parsing AndroidManifest.xml #379

v5.7.5

  • Improve DexGuard support #377

  • Respect versionCodeOverride when using AGP 4.1+ and APK splits #375

v5.7.4

  • Fix nodeModulesDir option not being applied #366

v5.7.3

  • Support uploading JS sourcemaps generated with Hermes #362

v5.7.2

  • Add support for DexGuard 9 #359

... (truncated)

Changelog

Sourced from bugsnag-android-gradle-plugin's changelog.

7.0.0 (2021-08-12)

  • Address task dependency warning when using APK splits #407

  • Added clear error messages when node_modules cannot be located in ReactNative projects #410

  • Upgrade AGP dependency to 7.0.0 #415

7.0.0-beta01 (2021-06-23)

Support for Android Gradle Plugin 7.0.0-beta04 added. This version introduces no new features and should only be used along-side Android Gradle Plugin 7.0.0-beta04 and higher. For more information see the upgrading guide.

5.7.6 (2021-04-08)

  • Replace Groovy XML library used for parsing AndroidManifest.xml #379

5.7.5 (2021-03-30)

  • Improve DexGuard support #377

  • Respect versionCodeOverride when using AGP 4.1+ and APK splits #375

5.7.4 (2021-03-04)

  • Fix nodeModulesDir option not being applied #366

5.7.3 (2021-02-02)

  • Support uploading JS sourcemaps generated with Hermes #362

5.7.2 (2021-01-27)

  • Add support for DexGuard 9 #359

5.7.1 (2021-01-18)

  • Add warning in BAGP for React Native when running via react-native CLI #357

... (truncated)

Commits
  • d1cc536 Release v7.0.0
  • 862b0f7 chore: replace all references of "7.0.0-beta04" with "7.0.0" (#415)
  • e1f4ecd fix(react-native): add clear error messages when node_modules or the Bugsna...
  • 69ab6bf Merge pull request #407 from bugsnag/PLAT-6882/address-task-output-warning
  • 1a3cb53 fix: address task dependency warning when using APK splits
  • e3a13c8 chore: updated all fixtures to AGP 7.0.0-beta04 and bumped our version to `...
  • 2521b22 fix: update our AGP dependency to 7.0.0-beta04 (#401)
  • c8c0964 Work around the new shared-object location in AGP7 (#398)
  • 0c5fc39 feat: show compatibility errors if run with AGP < 7 and a warning if run with...
  • 6eafeed Only run test features on AGP7 / Gradle 7 (#395)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bugsnag-android-gradle-plugin](https://github.com/bugsnag/bugsnag-android-gradle-plugin) from 3.5.0 to 7.0.0.
- [Release notes](https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-android-gradle-plugin/blob/v7.0.0/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-android-gradle-plugin@v3.5.0...v7.0.0)

---
updated-dependencies:
- dependency-name: com.bugsnag:bugsnag-android-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 27, 2021

Superseded by #93.

@dependabot dependabot bot closed this Sep 27, 2021
@dependabot dependabot bot deleted the dependabot/gradle/com.bugsnag-bugsnag-android-gradle-plugin-7.0.0 branch September 27, 2021 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants