We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015209b commit 121f45aCopy full SHA for 121f45a
1 file changed
android/build.gradle
@@ -118,7 +118,9 @@ dependencies {
118
//
119
// (See https://github.com/mparticle/mparticle-android-sdk for the latest version)
120
121
- api 'com.mparticle:android-core:[5.79.0, )'
+ // 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)'
124
125
126
// And, if you want to include kits, you can do so as follows:
0 commit comments