christopherney / Enigma

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

Doesn't recognize source code management if in a sub folder of repository #12

Open danielle-h opened 3 years ago

danielle-h commented 3 years ago

I have a number of android projects in one large repository. When I attempted to use enigma in one of these projects, I get the message:

?? The project has no Source Code Management. Please setup one (Git, SVN, Mercurial) before use Enigma plugin!

Android Studio clearly shows that I am using Git and am on the androidx_enigma branch.

Is there a way to get enigma to work in this case? Any help would be appreciated.

naveenbharadwaj19 commented 3 years ago

is it fixed ? and what does this error means ?

?? The project has no Source Code Management. Please setup one (Git, SVN, Mercurial) before use Enigma plugin!

geraintwhite commented 3 years ago

Is there any solution to this? I'm trying to use the library in a react native project which has the android project in a subfolder of the repo.