@metrixorg/react-native-plugin 2.1.2 → 2.1.4

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.
@@ -13,8 +13,8 @@ android {
13
13
  defaultConfig {
14
14
  minSdkVersion 16
15
15
  targetSdkVersion 31
16
- versionCode 200100299
17
- versionName "2.1.2"
16
+ versionCode 200100399
17
+ versionName "2.1.3"
18
18
  }
19
19
 
20
20
  buildTypes {
@@ -38,9 +38,9 @@ rootProject.allprojects {
38
38
  dependencies {
39
39
  implementation 'com.facebook.react:react-native:+'
40
40
 
41
- implementation 'ir.metrix.analytics:metrix-reactnative:2.1.1'
42
- implementation 'ir.metrix.attribution:metrix-reactnative:2.1.1'
41
+ implementation 'ir.metrix.analytics:metrix-reactnative:2.1.2'
42
+ implementation 'ir.metrix.attribution:metrix-reactnative:2.1.2'
43
43
  if (project.ext.notificationEnabled) {
44
- api 'ir.metrix.notification:metrix-reactnative:2.1.1'
44
+ api 'ir.metrix.notification:metrix-reactnative:2.1.2'
45
45
  }
46
46
  }
@@ -1 +1,4 @@
1
+ -keep class ir.metrix.** { *; }
1
2
 
3
+ -dontwarn retrofit2.**
4
+ -keep class retrofit2.** { *; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metrixorg/react-native-plugin",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "description": "Metrix React native plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "deploy": "git checkout master && git pull && git merge develop",
9
9
  "major": "2",
10
10
  "minor": "1",
11
- "patch": "2"
11
+ "patch": "4"
12
12
  },
13
13
  "author": "Metrix",
14
14
  "license": "Apache 2.0",