From aef7d3ea8cc99e7bcb6762a90ff3e1e1725fc18e Mon Sep 17 00:00:00 2001 From: Michael Totschnig Date: Sat, 17 Aug 2024 11:01:33 +0200 Subject: [PATCH] Fix dependency --- mlkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlkit/build.gradle b/mlkit/build.gradle index 94586e496e..62a70336e9 100644 --- a/mlkit/build.gradle +++ b/mlkit/build.gradle @@ -26,6 +26,6 @@ dependencies { androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion" androidTestImplementation "androidx.annotation:annotation:$annotations" api 'com.google.android.gms:play-services-mlkit-text-recognition-common:19.1.0' - api "com.google.mlkit:text-recognition-bundled-common:$mlkitTextRecognition" + api "com.google.mlkit:text-recognition-bundled-common:17.0.0" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" } \ No newline at end of file