-
Notifications
You must be signed in to change notification settings - Fork 71
feat: SQDSDKS-7420 update select placements #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: SQDSDKS-7420 update select placements #586
Conversation
) { | ||
|
||
@JvmOverloads | ||
fun selectPlacements( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add some jsvadoc for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've not added or updated JavaDocs just yet as these are currently on Google Docs so we can easily align both platforms when finalised
Often getting error: com.android.ddmlib.InstallException: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.mparticle.testutils.test signatures do not match previously installed version; ignoring! Adding explicit uninstall
./gradlew connectedCheck --stacktrace AND ./gradlew :android-core:cAT :android-kit-base:cAT Share :testutils:packageDebugAndroidTest :testutils:connectedDebugAndroidTest :testutils:connectedAndroidTest Which may be causing: Failed to install APK(s): /home/runner/work/mparticle-android-sdk/mparticle-android-sdk/android-core/build/outputs/apk/androidTest/debug/android-core-debug-androidTest.apk INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.mparticle.test signatures do not match previously installed version; ignoring! com.android.ddmlib.InstallException: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.mparticle.test signatures do not match previously installed version; ignoring!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## [5.70.0](v5.69.0...v5.70.0) (2025-06-23) ### Features * Add support for the fontFilePathMap ([#589](#589)) ([71cd132](71cd132)) * SQDSDKS-7420 update select placements ([#586](#586)) ([e583057](e583057)) * SQDSDKS-7422 - Add all Rokt events ([#587](#587)) ([2487f70](2487f70)) ### Bug Fixes * Include missing overridesSubdirectory flag in networkOptions for domain mapping ([#588](#588)) ([88c73b8](88c73b8)) ### Updates & Maintenance * Update submodules ([4429471](4429471))
🎉 This PR is included in version 5.70.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Instructions
development
Summary
placeholders
param toembeddedViews
viewName
toidentifier
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)