Skip to content

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.

csalam07 added 3 commits May 14, 2021 00:58
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.

1 participant