feat: Update Airship SDK to v20.x#190
Merged
thomson-t merged 8 commits intomparticle-integrations:mainfrom Feb 26, 2026
Merged
Conversation
Contributor
BrandonStalnaker
left a comment
There was a problem hiding this comment.
Seems like this is good. But would prefer a second look by someone with a bit more Android experience.
thomson-t
reviewed
Feb 24, 2026
rlepinski
reviewed
Feb 24, 2026
rlepinski
reviewed
Feb 24, 2026
rlepinski
reviewed
Feb 24, 2026
rlepinski
reviewed
Feb 24, 2026
|
Sounds good, thanks! Just keep us updated
…On Wed, Feb 25, 2026 at 1:34 PM Ryan Lepinski ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/main/kotlin/com/mparticle/kits/UrbanAirshipKit.kt
<#190 (comment)>
:
> @@ -96,9 +100,23 @@ class UrbanAirshipKit :
) {
intent?.extras?.let {
val pushMessage = PushMessage(it)
- PushProviderBridge
- .processPush(MParticlePushProvider::class.java, pushMessage)
- .executeSync(context)
+ try {
+ // Use reflection to call processPush as it's restricted to the same library group
+ val processPushMethod = PushProviderBridge::class.java.getDeclaredMethod(
@rmi22186 <https://github.com/rmi22186> We are doing a final validation
test on a potential DB upgrade issue, after that we will release. Should be
good to go today. I also have a customer needing an update to iOS so ill
drop a PR to bump those versions once that goes out as well
—
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJA3HBRKYRUVT6JWGUHSPT4NXTLXAVCNFSM6AAAAACVKOBS3SVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTQNJWGA4DSNJZGA>
.
You are receiving this because you were mentioned.Message ID:
<mparticle-integrations/mparticle-android-integration-urbanairship/pull/190/review/3856089590
@github.com>
--
*Rob Ing *
[image: Rokt] <https://www.rokt.com>
*M.* +19175202524
*A.* 175 Varick Street, Level 10, New York, NY 10014
<https://goo.gl/maps/EysMyzeDj6qyUQy49>
|
Contributor
|
https://github.com/urbanairship/android-library/releases/tag/20.3.0 Just published to maven |
thomson-t
approved these changes
Feb 26, 2026
thomson-t
approved these changes
Feb 26, 2026
thomson-t
added a commit
that referenced
this pull request
Feb 26, 2026
This reverts commit ec958ff.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)