Skip to content

Commit

Permalink
Bump camerax_version from 1.1.0 to 1.2.0 (#6046)
Browse files Browse the repository at this point in the history
Bumps `camerax_version` from 1.1.0 to 1.2.0.

Updates `camera-core` from 1.1.0 to 1.2.0

Updates `camera-camera2` from 1.1.0 to 1.2.0

Updates `camera-lifecycle` from 1.1.0 to 1.2.0

Updates `camera-view` from 1.1.0 to 1.2.0

---
updated-dependencies:
- dependency-name: androidx.camera:camera-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-camera2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-lifecycle
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.camera:camera-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2023
1 parent 0669162 commit 67d8d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera-core/build.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation "androidx.annotation:annotation:$androidxAnnotationVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"

def camerax_version = "1.1.0"
def camerax_version = "1.2.0"

implementation "androidx.camera:camera-core:$camerax_version"
implementation "androidx.camera:camera-camera2:$camerax_version"
Expand Down

0 comments on commit 67d8d23

Please sign in to comment.