Committed by
GitHub
fix: use correct package name in `AndroidManifest.xml` in example
Showing
1 changed file
with
1 additions
and
1 deletions
| 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" |
-
Please register or login to post a comment