android - build.gradle is secured from decompilation? -


it easy decompile code , code not secured proguard.

what required secure "key" in app. build.gradle secured ? can decompiled ?

buildconfigfield "string", "key", "\"1234567890\"" 

update

as per commonsware's answer got it's not secured ? there other way can manage ?

is build.gradle secured ?

build.gradle not packaged apk.

the specific gradle android statement have in question adding field code-generated buildconfig java class. handled other java class code obfuscation standpoint.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -