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-10-31 14:32:15 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
718e5b88b718d16cdb83cd0b3b6f2b7dedeab961
718e5b88
1 parent
2a8af212
bump com.google.android.gms:play-services-mlkit-barcode-scanning to 18.3.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
android/build.gradle
android/build.gradle
View file @
718e5b8
...
...
@@ -69,7 +69,7 @@ dependencies {
def
useUnbundled
=
project
.
findProperty
(
'dev.steenbakker.mobile_scanner.useUnbundled'
)
?:
false
if
(
useUnbundled
.
toBoolean
())
{
// Dynamically downloaded model via Google Play Services
implementation
'com.google.android.gms:play-services-mlkit-barcode-scanning:18.
1
.0'
implementation
'com.google.android.gms:play-services-mlkit-barcode-scanning:18.
3
.0'
}
else
{
// Bundled model in app
implementation
'com.google.mlkit:barcode-scanning:17.2.0'
...
...
Please
register
or
login
to post a comment