Skip to content

Commit

Permalink
Rewording after reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang-nr committed Aug 24, 2021
1 parent f7a4d27 commit 23f9378
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ downloadLink: 'https://download.newrelic.com/android_agent/ant/NewRelic_Android_
---

## Fixed in this release
* Update API level for all classes to fix a build error indicating: 'This feature requires ASM7' when running on JDK 11 and Gradle 7+
* Emit log messages to warning while processing 'CompatibleMarshallingDecoder' class as this is an incompatibility with our bytecode injection library, further investigation needed
* Add exception handling to fix 'NoSuchMethodError' runtime crash on certain Android devices
* Update ASM API level for all classes to fix a build error indicating: 'java.lang.UnsupportedOperationException: This feature requires ASM7' when running on JDK 11 and Gradle 7+
* Emit log messages to warning while processing some unsupported classes due to an incompatibility with our bytecode injection library, further investigation needed
* Add exception handling to address 'NoSuchMethodError' runtime crash on certain Android devices

## Support statement:
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is [5.23.0](https://docs.newrelic.com/docs/release-notes/mobile-release-notes/android-release-notes/android-5230).

0 comments on commit 23f9378

Please sign in to comment.