Skip to content

Commit

Permalink
chore: uodate Native Android Agent and Expo configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Jul 1, 2024
1 parent d07b6de commit e68a96f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.9

* Updated the native Android agent to version 7.3.1.



## 1.3.8

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ AppToken is platform-specific. You need to generate the seprate token for Androi
}
dependencies {
...
classpath "com.newrelic.agent.android:agent-gradle-plugin:7.3.0"
classpath "com.newrelic.agent.android:agent-gradle-plugin:7.3.1"
}
}
```
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.3.8",
"version": "1.3.9",
"description": "A New Relic Mobile Agent for React Native",
"main": "./index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@expo/config-plugins": "^7.8.4",
"@expo/config-plugins": "^8.0.6",
"@react-native-community/cli-platform-android": "^13.6.4",
"lodash.foreach": "^4.5.0",
"react-native-promise-rejection-utils": "0.0.1"
Expand Down Expand Up @@ -95,7 +95,7 @@
"newrelic": "7.4.12"
},
"android": {
"newrelic": "7.3.0",
"newrelic": "7.3.1",
"ndk": "1.0.4"
}
}
Expand Down

0 comments on commit e68a96f

Please sign in to comment.