Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -48,7 +48,7 @@ dependencies { | @@ -48,7 +48,7 @@ dependencies { | ||
| 48 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 48 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
| 49 | implementation 'com.google.mlkit:barcode-scanning:17.0.2' | 49 | implementation 'com.google.mlkit:barcode-scanning:17.0.2' |
| 50 | implementation "androidx.camera:camera-camera2:1.1.0-beta02" | 50 | implementation "androidx.camera:camera-camera2:1.1.0-beta02" |
| 51 | - implementation 'androidx.camera:camera-lifecycle:1.1.0-beta01' | 51 | + implementation 'androidx.camera:camera-lifecycle:1.1.0-beta02' |
| 52 | 52 | ||
| 53 | // // The following line is optional, as the core library is included indirectly by camera-camera2 | 53 | // // The following line is optional, as the core library is included indirectly by camera-camera2 |
| 54 | // implementation "androidx.camera:camera-core:1.1.0-alpha11" | 54 | // implementation "androidx.camera:camera-core:1.1.0-alpha11" |
-
Please register or login to post a comment