From 881e5c0e3c0c842ef37c60aabda43fc38f637503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 03:02:00 +0000 Subject: [PATCH] Bump object-detection from 16.2.6 to 17.0.0 in /app Bumps object-detection from 16.2.6 to 17.0.0. --- updated-dependencies: - dependency-name: com.google.mlkit:object-detection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9bcdd8f..37ca834 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation 'com.github.felHR85:UsbSerial:6.1.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1-native-mt' - implementation 'com.google.mlkit:object-detection:16.2.6' + implementation 'com.google.mlkit:object-detection:17.0.0' implementation 'com.otaliastudios:cameraview:2.7.2' implementation "io.reactivex.rxjava3:rxkotlin:3.0.1" implementation 'com.google.mlkit:face-detection:16.1.2'