Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Aug 17, 2024
1 parent 3a13f85 commit aef7d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit aef7d3e

Please sign in to comment.