From e68a96fb5fc37f8d9f34443e75238b88fde99e43 Mon Sep 17 00:00:00 2001 From: ndesai Date: Mon, 1 Jul 2024 10:51:30 -0500 Subject: [PATCH] chore: uodate Native Android Agent and Expo configs #172 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e5d1f..d6fa138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.9 + +* Updated the native Android agent to version 7.3.1. + + + ## 1.3.8 * Improvements diff --git a/README.md b/README.md index 56acd65..46940f0 100644 --- a/README.md +++ b/README.md @@ -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" } } ``` diff --git a/package.json b/package.json index 81e5200..312bfe2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" @@ -95,7 +95,7 @@ "newrelic": "7.4.12" }, "android": { - "newrelic": "7.3.0", + "newrelic": "7.3.1", "ndk": "1.0.4" } }