-
Notifications
You must be signed in to change notification settings - Fork 113
build: [ANDROAPP-6966] Activate shrink and minify in app [skip size] #3906
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
base: develop
Are you sure you want to change the base?
Conversation
|
9e549eb
to
ee9d102
Compare
|
Signed-off-by: andresmr <andres@dhis2.org>
Signed-off-by: Manu Muñoz <manu.munoz@dhis2.org>
Signed-off-by: Manu Muñoz <manu.munoz@dhis2.org>
|
@@ -33,3 +33,5 @@ org.gradle.configureondemand=true | |||
android.suppressUnsupportedCompileSdk=32 | |||
android.nonTransitiveRClass=false | |||
android.nonFinalResIds=false | |||
|
|||
android.enableR8.fullMode=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which is the purpose of disabling full mode in the shrinking?
Description
Please include a summary of the change and include the related jira issue if it exists.
[ jira issue ](https://dhis2.atlassian.net/browse/ANDROAPP-
Solution description
If this PR is a fix include a brief description on how the issue is solved.
Covered unit test cases
Describe the tests that you ran to verify your changes.
Where did you test this issue?
Which Android versions did you test this issue?
Checklist