@appmetrica/react-native-analytics 3.5.0 → 3.6.0

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.
@@ -85,5 +85,5 @@ dependencies {
85
85
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
86
86
  //noinspection GradleDynamicVersion
87
87
  implementation "com.facebook.react:react-native:+"
88
- implementation "io.appmetrica.analytics:analytics:7.11.0"
88
+ implementation "io.appmetrica.analytics:analytics:7.14.1"
89
89
  }
@@ -2,7 +2,7 @@
2
2
  package="io.appmetrica.analytics.reactnative">
3
3
 
4
4
  <application>
5
- <meta-data android:name="io.appmetrica.analytics.plugin_id" android:value="react-native-3.5.0" />
5
+ <meta-data android:name="io.appmetrica.analytics.plugin_id" android:value="react-native-3.6.0" />
6
6
  </application>
7
7
 
8
8
  </manifest>
@@ -1,7 +1,7 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
2
 
3
3
  <application>
4
- <meta-data android:name="io.appmetrica.analytics.plugin_id" android:value="react-native-3.5.0" />
4
+ <meta-data android:name="io.appmetrica.analytics.plugin_id" android:value="react-native-3.6.0" />
5
5
  </application>
6
6
 
7
7
  </manifest>
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm}"
18
18
 
19
- s.dependency "AppMetricaAnalytics", "5.12.1"
19
+ s.dependency "AppMetricaAnalytics", "5.16.0"
20
20
 
21
21
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
22
22
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appmetrica/react-native-analytics",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "React Native plugin for AppMetrica analytics tool",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",