Can't change build filename (Android)

I have a project called MyVR.uproject
When i build it, it names resulting apk file

MyVR-arm64.apk

and this is ok.

Then i add plugin “HandPoseShowcase” and compile it for this version of UE.
And now, every time i compile my project, resulting file named as plugin.

HandPoseShowcase-arm64.apk

So my Project/Source folder looks as follows.


And Source/HandPoseShowcase

I think i must rename something INSIDE this files, but i’m afraid to broke everything.

How to change resulting apk name?