react-native-mparticle 3.1.0 → 3.1.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.
@@ -118,7 +118,9 @@ dependencies {
118
118
  //
119
119
  // (See https://github.com/mparticle/mparticle-android-sdk for the latest version)
120
120
  //
121
- api 'com.mparticle:android-core:[5.79.0, )'
121
+ // Bounded upper bound prevents resolving to 6.0.0-rc.1+ on Maven Central.
122
+ // 6.x removed deprecated symbols (e.g. UserAttributeListener); see #710.
123
+ api 'com.mparticle:android-core:[5.79.0, 6.0)'
122
124
 
123
125
  //
124
126
  // And, if you want to include kits, you can do so as follows:
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "homepage": "https://www.mparticle.com",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "mParticle/react-native-mparticle",
7
- "version": "3.1.0",
7
+ "version": "3.1.1",
8
8
  "main": "lib/index.js",
9
9
  "types": "lib/index.d.ts",
10
10
  "react-native": "js/index",