Skip to content

Commit 0745e68

Browse files
chore: bump com.mparticle:android-rokt-kit from 6.0.0 to 6.0.1 in /android (#373)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15f0504 commit 0745e68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ dependencies {
118118
//
119119
// (See https://github.com/mparticle/mparticle-android-sdk for the latest version)
120120
//
121-
api 'com.mparticle:android-core:[6.0.0, 7.0)'
122-
compileOnly 'com.mparticle:android-rokt-kit:[6.0.0, 7.0)'
121+
api 'com.mparticle:android-core:[6.0.1, 7.0)'
122+
compileOnly 'com.mparticle:android-rokt-kit:[6.0.1, 7.0)'
123123

124124
//
125125
// And, if you want to include kits, you can do so as follows:
@@ -135,7 +135,7 @@ dependencies {
135135
testImplementation 'junit:junit:4.13.2'
136136
testImplementation files('libs/java-json.jar')
137137

138-
testImplementation 'com.mparticle:android-core:6.0.0'
139-
testCompileOnly 'com.mparticle:android-rokt-kit:6.0.0'
138+
testImplementation 'com.mparticle:android-core:6.0.1'
139+
testCompileOnly 'com.mparticle:android-rokt-kit:6.0.1'
140140
testImplementation("com.facebook.react:react-android:+")
141141
}

0 commit comments

Comments
 (0)