Same Ionic app deployed as 2 apps in Android

We have built an app using ionic and tested it by deploying to Android, Ionic Auto Deploy also worked. Now we are ready to release it as real app and changed the name and deployed to Android. Now that we have 2 apps in Android with the same content, when we deploy from ionic.io only old app is getting updates not new app. Is there anything that i need to do?

you can change the package name of second app then it work

Any idea where i can change it?

can change package name in config.xml
is something like this inside config.xml
widget xmlns:cdv=“http://cordova.apache.org/ns/1.0” xmlns:vs=“http://schemas.microsoft.com/appx/2014/htmlapps” id=“Change package name” version=“1.0.0” xmlns=“http://www.w3.org/ns/widgets” defaultlocale=“en-US” android-versionCode=“1001”

Its already changed in config.xml, that why i was able to deploy as a new app.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

i did change the package name and still deploying to old app than new app.