Skip to content

Commit

Permalink
Update android-621.mdx
Browse files Browse the repository at this point in the history
Changed  single quote ' to backtick ` so the values display as code
  • Loading branch information
barbnewrelic committed Aug 25, 2021
1 parent 23f9378 commit 1b07db7
Showing 1 changed file with 2 additions and 2 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 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+
* 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
* 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 1b07db7

Please sign in to comment.