Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -55,6 +55,7 @@ dependencies { | @@ -55,6 +55,7 @@ dependencies { | ||
| 55 | // Use this dependency to use the dynamically downloaded model in Google Play Services | 55 | // Use this dependency to use the dynamically downloaded model in Google Play Services |
| 56 | // implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0' | 56 | // implementation 'com.google.android.gms:play-services-mlkit-barcode-scanning:18.1.0' |
| 57 | 57 | ||
| 58 | + implementation 'androidx.camera:camera-camera2:1.2.2' | ||
| 59 | + implementation 'androidx.camera:camera-lifecycle:1.2.3' | ||
| 58 | implementation 'androidx.camera:camera-camera2:1.2.3' | 60 | implementation 'androidx.camera:camera-camera2:1.2.3' |
| 59 | - implementation 'androidx.camera:camera-lifecycle:1.2.2' | ||
| 60 | } | 61 | } |
-
Please register or login to post a comment