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

[#45] Fix: Remove all unnecessary app icons from the lib module #46

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

luongvo
Copy link
Member

@luongvo luongvo commented Dec 5, 2023

Resolves #45

What happened 👀

  • Update gitignore.
  • Remove all unnecessary app icons from the lib module.
  • Fix: deprecated actions/setup-ruby usage.

Insight 📝

The lib module MUST NOT provide app resources (icons) that can override the resources from the app module.

Proof Of Work 📹

image

@luongvo luongvo added this to the 0.1.2 milestone Dec 5, 2023
@luongvo luongvo self-assigned this Dec 5, 2023
@luongvo luongvo marked this pull request as ready for review December 5, 2023 10:12
@luongvo luongvo changed the title [#45] Remove all unnecessary app icons from the lib module [#45] Fix: Remove all unnecessary app icons from the lib module Dec 5, 2023
@luongvo luongvo linked an issue Dec 5, 2023 that may be closed by this pull request
@luongvo luongvo force-pushed the chore/45-clean-up-unnecesary-stuff branch 3 times, most recently from 7683ae4 to 04875f2 Compare December 5, 2023 10:30
@luongvo luongvo force-pushed the chore/45-clean-up-unnecesary-stuff branch from 04875f2 to 39ee55d Compare December 5, 2023 10:31
Copy link

github-actions bot commented Dec 5, 2023

1 Warning
⚠️ Big PR

RxJavaTemplate Jacoco report:

Generated by 🚫 Danger

Copy link
Collaborator

@hoangnguyen92dn hoangnguyen92dn left a comment

Choose a reason for hiding this comment

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

@luongvo On the new AS, it requires to update to new gradle version, does it happen on your local? I think it's also the timing to update the gradle. Or do you prefer handle in separate issue?

image

@luongvo
Copy link
Member Author

luongvo commented Dec 6, 2023

@hoangnguyen92dn It happens on my local, too, but I did not push the fix for it. Let me push it.

Copy link

@manh-t manh-t left a comment

Choose a reason for hiding this comment

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

LGTM

@luongvo luongvo merged commit 88c9311 into develop Dec 18, 2023
2 checks passed
@luongvo luongvo deleted the chore/45-clean-up-unnecesary-stuff branch December 18, 2023 02:12
@luongvo luongvo mentioned this pull request Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Remove all unnecessary app icons from the lib module
3 participants