My app name contains spaces and semicolons, which is the reason that one of the libraries (ImageGallerySaver) doesn't work as it should. Is there any workaround if I don't want to change my app name?
<application
...
android:label="App name with spaces and : semicolons"
...
>