fix: R8 InputMerger + minified demo + CI (#2589 → 5.7-main)#2590
Merged
abdulraqeeb33 merged 1 commit into5.7-mainfrom Mar 24, 2026
Merged
fix: R8 InputMerger + minified demo + CI (#2589 → 5.7-main)#2590abdulraqeeb33 merged 1 commit into5.7-mainfrom
abdulraqeeb33 merged 1 commit into5.7-mainfrom
Conversation
- Add consumer ProGuard rules for androidx.work.InputMerger subclasses (OverwritingInputMerger, etc.) for AGP 9 / R8 reflection. - Enable minify + shrinkResources on demo release; align profileable. - CI: assemble gmsRelease minified demo from OneSignalSDK. - Demo proguard: dontwarn for optional OTel transitive classes. SDK-4185 follow-up to #2585 / #2582. Made-with: Cursor
0827c61 to
0b53ecc
Compare
fadi-george
approved these changes
Mar 24, 2026
This was referenced Mar 24, 2026
This was referenced Mar 24, 2026
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
Cherry-picks 0827c614 (merged as #2589 on
main) into5.7-main.Contents (from #2589)
androidx.work.InputMergersubclasses + no-arg constructors (AGP 9 / R8 follow-up to worker-only fix in fix: keep OneSignal WorkManager workers in consumer R8 rules #2585).proguard-rules.pro-dontwarnfor optional OTel transitive refs.assembleGmsRelease; extended triggers (push/workflow_dispatch) and publish-release minified demo step (as in that merge commit).Target
Merge into
5.7-mainfor the 5.7.x release line.