Skip to content

Commit a9dff55

Browse files
chore: update native agents to v1.4.13 (#54)
Co-authored-by: ndesai-newrelic <89222514+ndesai-newrelic@users.noreply.github.com>
1 parent 9f27fc0 commit a9dff55

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.13
2+
3+
## Improvements
4+
- Native Android agent updated to version 7.6.15
5+
- Native iOS agent updated to version 7.6.1
6+
7+
18
## 1.4.12
29

310
## Improvements

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In your Unity IDE, click Tools → NewRelic → Getting Started to open the NewR
5959
dependencies {
6060
implementation project(':unityLibrary')
6161
implementation 'com.newrelic.agent.android:agent-ndk:1.1.1'
62-
implementation 'com.newrelic.agent.android:android-agent:7.6.13'
62+
implementation 'com.newrelic.agent.android:android-agent:7.6.15'
6363
}
6464
6565
android {
@@ -91,7 +91,7 @@ android {
9191
// See which Gradle version is preinstalled with Unity here https://docs.unity3d.com/Manual/android-gradle-overview.html
9292
// See official Gradle and Android Gradle Plugin compatibility table here https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
9393
// To specify a custom Gradle version in Unity, go to "Preferences > External Tools", uncheck "Gradle Installed with Unity (recommended)" and specify a path to a custom Gradle version
94-
classpath 'com.newrelic.agent.android:agent-gradle-plugin:7.6.13'
94+
classpath 'com.newrelic.agent.android:agent-gradle-plugin:7.6.15'
9595
**BUILD_SCRIPT_DEPS**
9696
}
9797
}
@@ -105,7 +105,7 @@ If you are utilizing an older version of Unity Studio, you can incorporate a low
105105
// See which Gradle version is preinstalled with Unity here https://docs.unity3d.com/Manual/android-gradle-overview.html
106106
// See official Gradle and Android Gradle Plugin compatibility table here https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
107107
// To specify a custom Gradle version in Unity, go to "Preferences > External Tools", uncheck "Gradle Installed with Unity (recommended)" and specify a path to a custom Gradle version
108-
classpath 'com.newrelic.agent.android:agent-gradle-plugin:7.6.13'
108+
classpath 'com.newrelic.agent.android:agent-gradle-plugin:7.6.15'
109109
**BUILD_SCRIPT_DEPS**
110110
}
111111
}

com.newrelic.agent/Editor/TestUnityDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<dependencies>
33
<androidPackages>
44
<androidPackage spec="com.newrelic.agent.android:agent-ndk:1.1.3"/>
5-
<androidPackage spec="com.newrelic.agent.android:android-agent:7.6.13">
5+
<androidPackage spec="com.newrelic.agent.android:android-agent:7.6.15">
66
</androidPackage>
77
</androidPackages>
88
<iosPods>
9-
<iosPod name="NewRelicAgent" version="~&gt; 7.6.0" minTargetSdk="11.0">
9+
<iosPod name="NewRelicAgent" version="~&gt; 7.6.1" minTargetSdk="11.0">
1010
<sources>
1111
<source>https://github.com/CocoaPods/Specs</source>
1212
</sources>

com.newrelic.agent/Scripts/Native/NewRelicAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private void withBuilderMethods(AndroidJavaObject agentInstance)
138138

139139
using (AndroidJavaObject platform = new AndroidJavaClass("com.newrelic.agent.android.ApplicationFramework").GetStatic<AndroidJavaObject>("Unity"))
140140
{
141-
agentInstance.Call<AndroidJavaObject>("withApplicationFramework", platform, "1.4.12");
141+
agentInstance.Call<AndroidJavaObject>("withApplicationFramework", platform, "1.4.13");
142142
}
143143

144144

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.newrelic.agent",
3-
"version": "1.4.12",
3+
"version": "1.4.13",
44
"displayName": "NewRelic SDK",
55
"description": "NewRelic's Unity SDK lets you bring the deep, introspective and native debugging power of NewRelic into your Unity game or application.",
66
"unity": "2019.1",

0 commit comments

Comments
 (0)