Navaron Bracke

remove package attribute from Manifest from example app; set application name fo…

…r Android example app
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.steenbakker.mobile_scanner_example">
<application
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="mobile_scanner_example"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
... ...