The Wayback Machine - https://web.archive.org/web/20210111193421/https://github.com/PhilJay/MPAndroidChart/pull/4995
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

Update README.md #4995

Open
wants to merge 1 commit into
base: master
from
Open

Update README.md #4995

wants to merge 1 commit into from

Conversation

@mohitatray
Copy link

@mohitatray mohitatray commented Sep 8, 2020

PR Checklist:

  • I have tested this.

Other checklist items are not relevant.

PR Description

maven { url 'https://jitpack.io' } line should be added to repositories in allprojects and not in repositories in buildscript.
See https://jitpack.io

Just a small change in Readme.

It's necessary, if we don't add allprojects, it may mislead users (like me) sometimes to put the line in repositories in buildscript which doesn't work in the latest Android Studio.

`maven { url 'https://jitpack.io' }` line should be added to `repositories` in `allprojects` and not in `repositories` in `buildscript`.
See https://jitpack.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.