Nils Reichardt
Committed by GitHub

fix: use correct package name in `AndroidManifest.xml` in example

1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 - package="dev.steenbakker.mobile_scanner.example"> 2 + package="dev.steenbakker.mobile_scanner_example">
3 3
4 <application 4 <application
5 android:label="mobile_scanner_example" 5 android:label="mobile_scanner_example"