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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 1, 2023

  1. refactor(Dependency management): Remove redundant dependencies from b…

    …uild.gradle
    
    - 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. The commit message follows the conventional format of starting with a verb, indicating the type of change, and including a brief description of the change and its scope.
    aslamhossin committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    66c1186 View commit details
    Browse the repository at this point in the history