-
Notifications
You must be signed in to change notification settings - Fork 128
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
Upgrading the repo dependencies and tooling to current android standards #213
Conversation
Creating a new workflow with jdk 17 and updating maven publish command
} | ||
} | ||
|
||
pluginManager.withPlugin("com.android.library") { |
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.
Have you considered the includedBuilds approach for configuring the modules? As we did in RIBs
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.
I haven't looked at how it's done in RIBs repo so not sure what you mean.
What's the benefit? I can check it later and update the gradle file if needed
The repo was not updated for several years so this diff contains a bunch of upgrades to modernize the repo.