I have meteor mobile app that i am able to run on my device but now i wanna make apk for it and wanna deploy to heroku

can anyone suggest me what configuration i should do to make my apk run with the heroku deployed meteor app

meteor run android-device --mobile-server=http://192.168.2.37:3000

Should get you started.

thanks i have done it