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
Post a Comment