Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-04-20 12:39:22 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b942f73b70c2f012cd4acc3621cadccd14e746ff
b942f73b
1 parent
9cdbd9c9
add namespace to mobile_scanner for Android
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
android/build.gradle
android/build.gradle
View file @
b942f73
@@ -43,6 +43,8 @@ android {
@@ -43,6 +43,8 @@ android {
43
defaultConfig
{
43
defaultConfig
{
44
minSdkVersion
21
44
minSdkVersion
21
45
}
45
}
46
+
47
+
namespace
'dev.steenbakker.mobile_scanner'
46
}
48
}
47
49
48
dependencies
{
50
dependencies
{
Please
register
or
login
to post a comment