Skip to content

Commit

Permalink
updated android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyescobar committed Jan 27, 2022
1 parent 4d10ef3 commit e36de9b
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class MainActivity extends BridgeActivity {
.environment(MParticle.Environment.Development) // or MParticle.Environment.Production
.dataplan("master_data_plan", 2)
.logLevel(MParticle.LogLevel.DEBUG) // to see debug logging in Android Studio
.androidIdEnabled(true) // required for SDK 5.35+
.build();
MParticle.start(options);
}
Expand Down
Binary file modified android/.gradle/7.0/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified android/.gradle/7.0/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified android/.gradle/7.0/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified android/.gradle/7.0/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified android/.gradle/7.0/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified android/.gradle/7.0/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation 'com.mparticle:android-core:5.32.0'
implementation 'com.mparticle:android-core:5.35.1'
}

0 comments on commit e36de9b

Please sign in to comment.