Skip to content

Commit

Permalink
Update Google Play Services dependency to 18.3.0 and CameraX to 1.3.0…
Browse files Browse the repository at this point in the history
…-rc01
  • Loading branch information
weitsai authored Sep 9, 2023
1 parent 70f71a7 commit 8506ad0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ dependencies {
// Use this dependency to bundle the model with your app
implementation 'com.google.mlkit:barcode-scanning:17.2.0'
// Use this dependency to use the dynamically downloaded model in Google Play Services
// implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0'
// implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0'

implementation 'androidx.camera:camera-camera2:1.2.3'
implementation 'androidx.camera:camera-lifecycle:1.2.3'
implementation 'androidx.camera:camera-camera2:1.2.3'
implementation 'androidx.camera:camera-lifecycle:1.3.0-rc01'
implementation 'androidx.camera:camera-camera2:1.3.0-rc01'
}

0 comments on commit 8506ad0

Please sign in to comment.