Skip to content

Commit 071a3ac

Browse files
chore:update native android and ios agents (#42)
1 parent b43760f commit 071a3ac

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.4.10
2+
3+
## Improvements
4+
- Native Android agent updated to version 7.6.10
5+
- Native iOS agent updated to version 7.5.11
16

27
## 1.4.9
38

com.newrelic.agent/Editor/TestUnityDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<dependencies>
22
<androidPackages>
33
<androidPackage spec="com.newrelic.agent.android:agent-ndk:1.1.3"></androidPackage>
4-
<androidPackage spec="com.newrelic.agent.android:android-agent:7.6.8">
4+
<androidPackage spec="com.newrelic.agent.android:android-agent:7.6.10">
55
</androidPackage>
66
</androidPackages>
77
<iosPods>
8-
<iosPod name="NewRelicAgent" version="~> 7.5.8" minTargetSdk="11.0">
8+
<iosPod name="NewRelicAgent" version="~> 7.5.11" minTargetSdk="11.0">
99
<sources>
1010
<source>https://github.com/CocoaPods/Specs</source>
1111
</sources>

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.9",
3+
"version": "1.4.10",
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)