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
2024-09-09 13:26:46 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d9767a44ad5ac88ebf1f40eb58e2a5c25dba5a7f
d9767a44
1 parent
23f3dd34
bump android deps
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
android/build.gradle
android/build.gradle
View file @
d9767a4
...
...
@@ -67,7 +67,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.3.
0
'
implementation
'com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.
1
'
}
else
{
// Bundled model in app
implementation
'com.google.mlkit:barcode-scanning:17.2.0'
...
...
@@ -77,8 +77,8 @@ dependencies {
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
implementation
(
platform
(
"org.jetbrains.kotlin:kotlin-bom:1.8.22"
))
implementation
'androidx.camera:camera-lifecycle:1.3.3'
implementation
'androidx.camera:camera-camera2:1.3.3'
implementation
'androidx.camera:camera-lifecycle:1.3.4'
implementation
'androidx.camera:camera-camera2:1.3.4'
testImplementation
'org.jetbrains.kotlin:kotlin-test'
testImplementation
'org.mockito:mockito-core:5.12.0'
...
...
Please
register
or
login
to post a comment