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 19:56:49 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
39ea2e20ad91cb5a0c1406d304a4b1c89305c8be
39ea2e20
1 parent
ae820512
bug: fixed camera version
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 @
39ea2e2
...
...
@@ -47,7 +47,7 @@ android {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
'com.google.mlkit:barcode-scanning:17.0.2'
implementation
"androidx.camera:camera-camera2:1.
1.0-rc
01"
implementation
"androidx.camera:camera-camera2:1.
2.0-alpha
01"
implementation
'androidx.camera:camera-lifecycle:1.2.0-alpha01'
// // The following line is optional, as the core library is included indirectly by camera-camera2
...
...
Please
register
or
login
to post a comment