Skip to content

Commit

Permalink
bug: fixed camera version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed May 23, 2022
1 parent ae82051 commit 39ea2e2
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 @@ -47,7 +47,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.mlkit:barcode-scanning:17.0.2'
implementation "androidx.camera:camera-camera2:1.1.0-rc01"
implementation "androidx.camera:camera-camera2:1.2.0-alpha01"
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'

// // The following line is optional, as the core library is included indirectly by camera-camera2
Expand Down

0 comments on commit 39ea2e2

Please sign in to comment.