Skip to content

Commit

Permalink
imp: change model to play services
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed May 23, 2022
1 parent 6cfbc0a commit b4a42b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.mlkit:barcode-scanning:17.0.2'
implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.0.0'
implementation "androidx.camera:camera-camera2:1.2.0-alpha01"
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'

Expand Down

0 comments on commit b4a42b3

Please sign in to comment.