Skip to content

Commit

Permalink
chore: update Native Android and iOS Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Dec 10, 2024
1 parent cb45f9f commit c18498a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.4.8

## Improvements

- Native Android agent updated to version 7.6.2
- Native iOS agent updated to version 7.5.3

## 1.4.7

## Improvements
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ In android/settings.gradle:
plugins {
id "com.android.application" version "7.4.2" apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "com.newrelic.agent.android" version "7.5.1" apply false // <-- include this
id "com.newrelic.agent.android" version "7.6.2" apply false // <-- include this
}
```

Expand All @@ -173,7 +173,7 @@ Or, if you are using the traditional way to apply the plugin:
}
dependencies {
...
classpath "com.newrelic.agent.android:agent-gradle-plugin:7.5.1"
classpath "com.newrelic.agent.android:agent-gradle-plugin:7.6.2"
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic-react-native-agent",
"version": "1.4.7",
"version": "1.4.8",
"description": "A New Relic Mobile Agent for React Native",
"main": "./index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -92,10 +92,10 @@
},
"sdkVersions": {
"ios": {
"newrelic": "~>7.5.2"
"newrelic": "~>7.5.3"
},
"android": {
"newrelic": "7.6.1",
"newrelic": "7.6.2",
"ndk": "1.1.1"
}
}
Expand Down

0 comments on commit c18498a

Please sign in to comment.