Skip to content
Open
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: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {
//
// Bounded upper bound prevents resolving to 6.0.0-rc.1+ on Maven Central.
// 6.x removed deprecated symbols (e.g. UserAttributeListener); see #710.
api 'com.mparticle:android-core:[5.79.0, 6.0)'
api 'com.mparticle:android-core:[5.79.1, 6.0)'

//
// And, if you want to include kits, you can do so as follows:
Expand All @@ -136,6 +136,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation files('libs/java-json.jar')

testImplementation 'com.mparticle:android-core:5.79.0'
testImplementation 'com.mparticle:android-core:5.79.1'
testImplementation("com.facebook.react:react-android:+")
}
Loading