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

Reduce App bundle/APK size #245

Open
dileep-gadiraju opened this issue Jul 19, 2022 · 2 comments
Open

Reduce App bundle/APK size #245

dileep-gadiraju opened this issue Jul 19, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dileep-gadiraju
Copy link
Collaborator

Reduce App bundle/APK size

@dileep-gadiraju dileep-gadiraju added the enhancement New feature or request label Jul 19, 2022
@dileep-gadiraju dileep-gadiraju self-assigned this Jul 19, 2022
@dileep-gadiraju dileep-gadiraju added this to the future milestone Jul 19, 2022
@dileep-gadiraju
Copy link
Collaborator Author

Options to consider:

gradle.properties

android.enableR8=true

build.gradle
shrinkResources enableProguardInReleaseBuilds
zipAlignEnabled enableProguardInReleaseBuilds
useProguard enableProguardInReleaseBuilds
// resConfigs "en"
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"

@dileep-gadiraju
Copy link
Collaborator Author

Screenshot 2022-07-20 at 10 03 56 AM

@dileep-gadiraju dileep-gadiraju modified the milestones: future, v1.5.6 Jul 21, 2022
@dileep-gadiraju dileep-gadiraju modified the milestones: future, v1.5.6 Oct 18, 2022
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