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
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-16 15:18:42 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-12-16 15:47:45 +0300
commitc44d5d8615bc796a8d2a5336bceafe3950afaef2 (patch)
treede02460b54645305f108f4810544eb64dd8e0d83 /app
parent014c13e9b9b2b59cd8a2ea0d3b241cbf2369d3b5 (diff)
Bump camera-lifecycle from 1.1.0-alpha11 to 1.1.0-alpha12
Bumps camera-lifecycle from 1.1.0-alpha11 to 1.1.0-alpha12. --- updated-dependencies: - dependency-name: androidx.camera:camera-lifecycle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0c8e33501..6cbbd4b1a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.camera:camera-camera2:1.1.0-alpha12'
- implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha11'
+ implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha12'
implementation 'androidx.camera:camera-view:1.0.0-alpha32'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference:1.1.1'