infobip-mobile-messaging-react-native-plugin 6.3.2 → 6.3.3

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.
@@ -51,6 +51,13 @@ android {
51
51
  versionName "1.0"
52
52
  }
53
53
 
54
+ buildTypes {
55
+ release {
56
+ // Applying ProGuard rules for application classes that will be serialized/deserialized over Gson
57
+ consumerProguardFiles 'infobip-mm-proguard-rules.pro'
58
+ }
59
+ }
60
+
54
61
  lintOptions {
55
62
  abortOnError false
56
63
  }
@@ -113,4 +120,4 @@ dependencies {
113
120
  if (withCryptorMigration.toBoolean()) {
114
121
  implementation "com.infobip:infobip-mobile-messaging-android-cryptor-migration:$mmVersion@aar"
115
122
  }
116
- }
123
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infobip-mobile-messaging-react-native-plugin",
3
3
  "title": "Infobip Mobile Messaging React Native Plugin",
4
- "version": "6.3.2",
4
+ "version": "6.3.3",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "index.js",
7
7
  "scripts": {