Enigma icon indicating copy to clipboard operation
Enigma copied to clipboard

Can i encrypt only in specific build variant?

Open Monabr opened this issue 3 years ago • 1 comments

For example

buildTypes {
        release {
            enigma.enabled = true
            enigma.injectFakeKeys = true
           
        }
        debug {
            enigma.enabled = false
            enigma.injectFakeKeys = false
           
        }
}

I tried it, but it still always encrypted

Monabr avatar Jul 28 '20 23:07 Monabr

That a good question, I'm never tried until now.

christopherney avatar Aug 11 '20 17:08 christopherney