Adding a dependency to ionic

There is this dependency I am using on my app which I passed to the module. It is working fine on my browser but when I build on my android device, it shows a white screen. So how can I add this dependency to ionic without crashing?

angular.module(‘starter’, [‘ionic’, ‘starter.controllers’, ‘starter.services’, ‘angular-svg-round-progress’])