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

Updated Compile configuration with Implementation and minor changes in installation guide #83

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

csalam07
Copy link

Hi Sir! Big Fan. Absolutely loved your great library and using it from a few days.

I have made few simple changes in READ.ME file regarding installation of dependency in Build.gradle , and replaced compile configuration by implementation and also highlighted the dependency for attractive view..

Sir as we know ,Compile time dependencies is superseded by implementation . The compile dependency configuration has been removed in the recently released Gradle 7.0, and is deprecated in earlier versions. Fortunately, the implementation dependency configuration provides the same functionality as compile.

Now we should always use implementation rather than compile for dependencies, as compile is now deprecated or removed in the case of Gradle 7+.Considering the above information, I made changes to replace compile with implementation
Thank you.

Since, compile time dependencies is superseded by implementation . The compile dependency configuration has been removed in the recently released Gradle 7.0, and is deprecated in earlier versions. Fortunately, the implementation dependency configuration provides the same functionality as compile.
highlighted dependency for much better view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant