Skip to content
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

[hautv] Add proguard-rules to example for release #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hautvfami
Copy link

If you do not create the proguard-rules.pro file, then your app will crash when you try to join a meeting or the meeting screen tries to open but closes immediately. You will see one of the below errors in logcat.

App crashes

image

Meeting won't open and you go to previous screen

@@ -55,6 +55,8 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
minifyEnabled true
Copy link
Owner

Choose a reason for hiding this comment

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

Why is this required? I added the proguard files to the example in e7c47ad and it also works without this.

@saibotma
Copy link
Owner

Thanks for the PR and sorry for the late response. I added the proguard file to the example before i saw your PR in e7c47ad.

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