Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Could not find gradle.plugin.chrisney:enigma:1.0.0.8. #9

Open
RobinLoots opened this issue Oct 21, 2020 · 1 comment
Open

Could not find gradle.plugin.chrisney:enigma:1.0.0.8. #9

RobinLoots opened this issue Oct 21, 2020 · 1 comment

Comments

@RobinLoots
Copy link

Hi there,

I have initialised my app with Github in Android Studio by going to VCS / Import into Version Control / Share Project on GitHub.
I have never done that but I hope that this is ok.
After implementing the described information I get the following error:

Could not find gradle.plugin.chrisney:enigma:1.0.0.8.
Searched in the following locations:

Do you have an idea?
I am looking forward to your reply!

@shivang1989
Copy link

I solved this by adding a maven entry into build.gradle (project).

**// Add Maven repo
maven {
  url "https://plugins.gradle.org/m2/"
}**

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants