Skip to content

Update consumer-proguard-rules for BR class#177

Merged
YkSix merged 3 commits intoline:masterfrom
YkSix:proguard_rule_for_BR
May 8, 2025
Merged

Update consumer-proguard-rules for BR class#177
YkSix merged 3 commits intoline:masterfrom
YkSix:proguard_rule_for_BR

Conversation

@YkSix
Copy link
Contributor

@YkSix YkSix commented May 5, 2025

Fix a potential issue in release build of flutter SDK

ERROR: R8: Missing class com.linecorp.linesdk.BR (referenced from: void com.linecorp.linesdk.databinding.OpenChatInfoFragmentBindingImpl.setViewModel(com.linecorp.linesdk.openchat.ui.OpenChatInfoViewModel) and 1 other context) 
  • BR is a generated class for data binding variable references.
  • Adding a -dontwarn rule for that class prevents unnecessary build warnings or errors.

Related changes in Flutter sample app:

YkSix added 3 commits May 5, 2025 15:10
To fix error:
  Error: This request has been automatically failed because it uses a
  deprecated version of `actions/upload-artifact: v3`.
Learn more:
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Copy link
Member

@plateaukao plateaukao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@YkSix YkSix merged commit ef732fc into line:master May 8, 2025
3 checks passed
@YkSix YkSix deleted the proguard_rule_for_BR branch May 8, 2025 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants