@dynatrace/react-native-plugin 2.303.2 → 2.305.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,8 +31,8 @@ If you want to start using this plugin and are not a Dynatrace customer yet, hea
31
31
  ## Agent Versions
32
32
  This agent versions are configured in this plugin:
33
33
 
34
- * Android Agent: 8.303.2.1014
35
- * iOS Agent: 8.303.1.1004
34
+ * Android Agent: 8.305.1.1005
35
+ * iOS Agent: 8.305.3.1016
36
36
 
37
37
  ## Quick Setup
38
38
 
@@ -1460,6 +1460,9 @@ If you are struggling with a problem, submit a support ticket to Dynatrace (supp
1460
1460
  <br/><br/>
1461
1461
  ## Changelog
1462
1462
 
1463
+ 2.305.1
1464
+ * Updated Android (8.305.1.1005) & iOS Agent (8.305.3.1016)
1465
+
1463
1466
  2.303.2
1464
1467
  * Updated Android (8.303.2.1014) & iOS Agent (8.303.1.1004)
1465
1468
  * Android Gradle Plugin version requirement raised to 7.0+
@@ -70,7 +70,7 @@ repositories {
70
70
  }
71
71
 
72
72
  dependencies {
73
- implementation 'com.dynatrace.agent:agent-android:8.303.2.1014'
73
+ implementation 'com.dynatrace.agent:agent-android:8.305.1.1005'
74
74
  implementation "com.facebook.react:react-native:${safeExtGet('reactNative', '+')}"
75
75
  }
76
76
 
@@ -1,3 +1,3 @@
1
1
  dependencies {
2
- classpath 'com.dynatrace.tools.android:gradle-plugin:8.303.2.1014'
2
+ classpath 'com.dynatrace.tools.android:gradle-plugin:8.305.1.1005'
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace/react-native-plugin",
3
- "version": "2.303.2",
3
+ "version": "2.305.1",
4
4
  "description": "This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.",
5
5
  "main": "index.js",
6
6
  "types": "typings/react-native-dynatrace.d.ts",
@@ -111,7 +111,7 @@ Pod::Spec.new do |s|
111
111
  #
112
112
 
113
113
  s.dependency "React"
114
- s.dependency 'Dynatrace', '~> 8.303.1.1004'
114
+ s.dependency 'Dynatrace', '~> 8.305.3.1016'
115
115
 
116
116
  # Allows for better compatibility for older and newer versions
117
117
  if defined?(install_modules_dependencies)