Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-19 15:09:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-05-19 15:51:10 +0300
commit4c4feb0bdd4927b4fe672538990706e4f65440ad (patch)
tree5c331452b688ba571a8c7483dc4b37508545e62b
parent02ac9107a8f6c8a43d94ab6bcbe859b82517006b (diff)
Bump camera-camera2 from 1.1.0-rc01 to 1.2.0-alpha01
Bumps camera-camera2 from 1.1.0-rc01 to 1.2.0-alpha01. --- updated-dependencies: - dependency-name: androidx.camera:camera-camera2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3466da7af..169332607 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -71,7 +71,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.1'
- implementation 'androidx.camera:camera-camera2:1.1.0-rc01'
+ implementation 'androidx.camera:camera-camera2:1.2.0-alpha01'
implementation 'androidx.camera:camera-lifecycle:1.1.0-rc01'
implementation 'androidx.camera:camera-view:1.2.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'