It is very easy to decompile the code and code is not secured even with the Proguard.
What I required is to secure "key" in the app. Is build.gradle secured ? can it be decompiled ?
buildConfigField "String", "Key", "\"1234567890\""
Update
as per commonsware's answer I got that it's not secured ? is there any other way I can manage this ?