christopherney / Enigma

Gradle Plugin - Obfuscator String Encryption (Android/Java)
MIT License
160 stars 25 forks source link

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

Open RobinLoots opened 4 years ago

RobinLoots commented 4 years ago

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 commented 3 years ago

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

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