why apk size is different for different command i used these command
- ionic build android --release
apk size 10.1MB - ionic build android --prod
apk size 8.6MB - ionic build android --release --prod
apk size 8.1MB - ionic build android --prod --release
apk size 10.1MB - cordova build android --release
apk size 8.1MB - cordova build android --release --prod
apk size 8.1MB - cordova build android --prod
apk size 8.1MB - cordova build android --prod --release
apk size 8.1MB
so i was confused how to create signed apk for play store in ionic 2