HearingAidAndroid
HearingAidAndroid copied to clipboard
Bump bugsnag-android-gradle-plugin from 3.5.0 to 7.4.0
Bumps bugsnag-android-gradle-plugin from 3.5.0 to 7.4.0.
Release notes
Sourced from bugsnag-android-gradle-plugin's releases.
v7.4.0
Enhancements
- Support using objcopy instead of objdump to extract native symbols (when supported by the current NDK). #484
Bug Fixes
- Fix FileAlreadyExistsException errors when building ReactNative projects with Hermes #482
v7.3.1
- Fixed a bug where using ndkBuild generated empty some mapping files which could not be uploaded #478
- Support ReactNative projects using Hermes #477
v7.3.0
- Emit an error if the ReactNative bundle task cannot be found instead of silently failing #470
- Do not fail builds for Expo apps, which do not depend on
@bugsnag/react-native
#471- Basic support for Gradle Config Caching by collecting VariantOutput info earlier in the configuration #469
v7.2.1
- Support for AGP 7.2 #464
v7.2.0
Prevent exception when old Moshi version on buildScript classpath #439
Address task dependency warning when using APK splits #412
Fix "Task with name *** not found" errors when using custom build variants and DexGuard #452
v7.1.0
Custom Dexguard paths are resolved correctly (relative to the project) #421
Support extracting SO files from bugsnag AARs for library modules #423
Support DexGuard with AGP 7 #426
v7.0.0
... (truncated)
Changelog
Sourced from bugsnag-android-gradle-plugin's changelog.
7.4.0 (2022-11-10)
Enhancements
- Support using objcopy instead of objdump to extract native symbols (when supported by the current NDK). #484
Bug Fixes
- Fix FileAlreadyExistsException errors when building ReactNative projects with Hermes #482
7.3.1 (2022-10-05)
- Fixed a bug where using ndkBuild generated empty some mapping files which could not be uploaded #478
- Support ReactNative projects using Hermes #477
7.3.0 (2022-07-27)
- Emit an error if the ReactNative bundle task cannot be found instead of silently failing #470
- Do not fail builds for Expo apps, which do not depend on
@bugsnag/react-native
#471- Basic support for Gradle Config Caching by collecting VariantOutput info earlier in the configuration #469
7.2.1 (2022-05-24)
- Support for AGP 7.2 #464
7.2.0 (2022-01-13)
Prevent exception when old Moshi version on buildScript classpath #439
Address task dependency warning when using APK splits #412
Fix "Task with name *** not found" errors when using custom build variants and DexGuard #452
7.1.0 (2021-09-20)
Custom Dexguard paths are resolved correctly (relative to the project) #421
Support extracting SO files from bugsnag AARs for library modules
... (truncated)
Commits
2184f1c
Merge pull request #485 from bugsnag/release/v7.4.0794eda2
v7.4.0bff2b3e
Merge pull request #484 from bugsnag/integration/objcopy318e0e7
doc: addedobjcopy
functionality to CHANGELOGe880e45
Merge branch 'next' into integration/objcopy9a869e9
Merge pull request #483 from bugsnag/PLAT-9136/merge-upload-tasks1d05182
fix(task): changed BugsnagUploadSoSymTask to be named based on the upload type8d07a30
dep: updated compile / target SDK version on react-native 0.65 fixturedb33078
fix: merged the upload tasks to avoid configuring AGP early667fc2d
Merge pull request #482 from bugsnag/PLAT-7741/fix-file-already-exists- Additional commits viewable in compare view
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)