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 #38

Closed
AhmedMaad opened this issue Sep 22, 2021 · 2 comments
Closed

Update readme #38

AhmedMaad opened this issue Sep 22, 2021 · 2 comments

Comments

@AhmedMaad
Copy link
Contributor

In new Android versions there is no "All projects" section in the "build.gradle" file, so all you have to do is to open "settings.gradle" file inside the gradle scripts, and add your maven { url "https://jitpack.io" } like this

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven { url "https://jitpack.io" }
}
}

@ViksaaSkool
Copy link
Owner

do a PR, I'll approve it :)

@AhmedMaad
Copy link
Contributor Author

Already did :)
Thanks!

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

No branches or pull requests

2 participants