8000 🚨 Fix 3.0.5 Android issues by igorescodro · Pull Request #673 · igorescodro/alkaa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🚨 Fix 3.0.5 Android issues #673

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

Merged
merged 3 commits into from
May 4, 2024
Merged

🚨 Fix 3.0.5 Android issues #673

merged 3 commits into from
May 4, 2024

Conversation

igorescodro
Copy link
Owner

The last release is working fine on iOS but breaking on Android.

In the latest release (3.0.5), ProGuard was crashing the app during
startup. After some investigation, I decided to simply not obfuscate the
failing modules since only keeping the offending classes is causing
duplication issues.

Additional compiler rules were added to stop warning about StringFactory
https://issuetracker.google.com/issues/250197571

Lastly, the compiler was upgraded from 1.8 to 11 because the compiler
args needs this version.
After fixing the ProGuard issues, a new one appeared. Voyager was
complaining that the existing key was being used when clicking in the
"add" FAB. Taking a look into the documentation, it's recommended for
the screens to have unique ids. Adding it solved the issue.
New version released
@igorescodro igorescodro enabled auto-merge May 4, 2024 20:23
@igorescodro igorescodro merged commit c0a15a5 into main May 4, 2024
@igorescodro igorescodro deleted the hotfix/3.0.6 branch May 4, 2024 20:36
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.

1 participant
0