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

feat(release): configure for release build #22

Open
4 tasks
nijuyonkadesu opened this issue Oct 1, 2023 · 3 comments
Open
4 tasks

feat(release): configure for release build #22

nijuyonkadesu opened this issue Oct 1, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@nijuyonkadesu
Copy link
Owner

nijuyonkadesu commented Oct 1, 2023

Is your feature request related to a problem? Please describe.
Release build requires removing all logging statements. Without log statement, how do I debug on app crashes ?

Describe the solution you'd like

  • Wrap all Log statements with if, so it won't appear in release build.
  • Make promotional materials needed for playstore release
  • Add Proguard configuration
  • Test minify build

Describe alternatives you've considered
Something like crashlytics is needed in absence of Log statements.

Additional context
https://github.com/davquar/halfdot - but this is not crashlytics tho

@nijuyonkadesu nijuyonkadesu added the enhancement New feature or request label Oct 1, 2023
@nijuyonkadesu nijuyonkadesu self-assigned this Oct 1, 2023
@nijuyonkadesu
Copy link
Owner Author

@nijuyonkadesu
Copy link
Owner Author

nijuyonkadesu commented Oct 7, 2023

AGP - Manifest update

the android::extractNativeLibs attribute from the manifest and add useLegacyPackaging=false

@nijuyonkadesu
Copy link
Owner Author

nijuyonkadesu commented Oct 8, 2023

Proguard Usage

Look at the basics. Just copy pasting -keep class xx.xxx.xxx, idk what's really happening, even enum s are getting renamed, despite having -keep...

and go ask for help in discord andorid community

So grab some basics: - https://www.guardsquare.com/manual/configuration/usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant