christopherney / Enigma

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

Could not set unknown property 'checkSCM' #23

Closed ghena closed 2 years ago

ghena commented 2 years ago

Hi,

Implemented in react native 0.64.2

classpath 'gradle.plugin.chrisney:enigma:1.0.0.8'

inside app/build.gradle

enigma.enabled = true enigma.injectFakeKeys = true enigma.ignoredClasses = [] enigma.checkSCM = false

Question is checkSCM is implemented or not ? Is always necessary define source code ?

ghena commented 2 years ago

Solved