Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -67,7 +67,7 @@ dependencies { | @@ -67,7 +67,7 @@ dependencies { | ||
| 67 | def useUnbundled = project.findProperty('dev.steenbakker.mobile_scanner.useUnbundled') ?: false | 67 | def useUnbundled = project.findProperty('dev.steenbakker.mobile_scanner.useUnbundled') ?: false |
| 68 | if (useUnbundled.toBoolean()) { | 68 | if (useUnbundled.toBoolean()) { |
| 69 | // Dynamically downloaded model via Google Play Services | 69 | // Dynamically downloaded model via Google Play Services |
| 70 | - implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0' | 70 | + implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1' |
| 71 | } else { | 71 | } else { |
| 72 | // Bundled model in app | 72 | // Bundled model in app |
| 73 | implementation 'com.google.mlkit:barcode-scanning:17.2.0' | 73 | implementation 'com.google.mlkit:barcode-scanning:17.2.0' |
| @@ -77,8 +77,8 @@ dependencies { | @@ -77,8 +77,8 @@ dependencies { | ||
| 77 | // See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7 | 77 | // See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7 |
| 78 | implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22")) | 78 | implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22")) |
| 79 | 79 | ||
| 80 | - implementation 'androidx.camera:camera-lifecycle:1.3.3' | ||
| 81 | - implementation 'androidx.camera:camera-camera2:1.3.3' | 80 | + implementation 'androidx.camera:camera-lifecycle:1.3.4' |
| 81 | + implementation 'androidx.camera:camera-camera2:1.3.4' | ||
| 82 | 82 | ||
| 83 | testImplementation 'org.jetbrains.kotlin:kotlin-test' | 83 | testImplementation 'org.jetbrains.kotlin:kotlin-test' |
| 84 | testImplementation 'org.mockito:mockito-core:5.12.0' | 84 | testImplementation 'org.mockito:mockito-core:5.12.0' |
-
Please register or login to post a comment