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
Julian Steenbakker
2022-05-23 20:27:47 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4a42b36dff493214344f80923c407ce8a34f9ba
b4a42b36
1 parent
6cfbc0a5
imp: change model to play services
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
android/build.gradle
android/build.gradle
View file @
b4a42b3
...
...
@@ -46,7 +46,7 @@ android {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
'com.google.
mlkit:barcode-scanning:17.0.2
'
implementation
'com.google.
android.gms:play-services-mlkit-barcode-scanning:18.0.0
'
implementation
"androidx.camera:camera-camera2:1.2.0-alpha01"
implementation
'androidx.camera:camera-lifecycle:1.2.0-alpha01'
...
...
Please
register
or
login
to post a comment