Skip to content

Commit

Permalink
Merge pull request #18956 from cthomas-newrelic/cthomas/applicationBu…
Browse files Browse the repository at this point in the history
…ildIdFix

fix: update incorrect Android API name
  • Loading branch information
jeff-colucci authored Oct 15, 2024
2 parents db70866 + 5739c58 commit 532c6c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ freshnessValidatedDate: 2024-09-06
</td>

<td>
```java
withBuildVersion("MY BUILD VERSION")
```
```java
withApplicationBuild("MY BUILD VERSION")
```
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ freshnessValidatedDate: 2023-07-21
<TabsPages>
<TabsPageItem id="android">
<Callout variant="important">
As of version 5.3.0 of the New Relic Android agent, `withApplicationBuild()` has replaced `NewRelic.withBuildIdentifier()`.
As of version 5.3.0 of the New Relic Android agent, `withBuildIdentifier()` has replaced `NewRelic.withApplicationBuild()`.
</Callout>

## Syntax [#syntax]
Expand Down

0 comments on commit 532c6c1

Please sign in to comment.