android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.38k stars 1.64k forks source link

refactor(Dependency management): Remove redundant dependencies from build.gradle #426

Open aslamhossin opened 1 year ago

aslamhossin commented 1 year ago

This commit refactors the build.gradle file for the ActivityEmbeddingWithPredictiveBack sample app by removing two duplicate dependencies. The redundant dependencies were causing potential conflicts and slowing down the build process. By removing these duplicates, the build process is now more efficient and the project's dependency management is improved. The scope of this change is limited to the build.gradle file, and the impact is primarily on the build process and dependency management.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.