Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ dependencies {
//
// (See https://github.com/mparticle/mparticle-android-sdk for the latest version)
//
api 'com.mparticle:android-core:[5.79.0, )'
// Bounded upper bound prevents resolving to 6.0.0-rc.1+ on Maven Central.
// 6.x removed deprecated symbols (e.g. UserAttributeListener); see #710.
Comment thread
nickolas-dimitrakas marked this conversation as resolved.
api 'com.mparticle:android-core:[5.79.0, 6.0)'
Comment thread
nickolas-dimitrakas marked this conversation as resolved.
Comment thread
nickolas-dimitrakas marked this conversation as resolved.

//
// And, if you want to include kits, you can do so as follows:
Expand Down
Loading