Package folder not found error on android release

My app id is io.ionic.starter. I am using the Mitek plugin.
the packages of the plugin are like the following.

But when I add platform Android, on the platform folder I found the plugin folders like the following.

When I try to release the app, as the name of the package folder is changed, it shows error 'api-release' package not found.

Link of the github repository: https://github.com/TarekSalahUddinMahmud/mitek-test

at the directory run

  • npm install
  • ionic cordova plugin add https://github.com/meed-fintech/mitek-android.git --nofetch --save
  • ionic cordova platform add android

Now you can check it.

Is there any way to remove the last part of the id on production build or stop this part from being added?