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-07-28 23:01:15 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-30 10:17:55 +0300
commit3af15a912951179a980f081273aa8202eb4691a0 (patch)
treea275e20c1af67b5e49706d439938e3b746313632
parent88b20cd0b703c846165b113b01f841324b7cc208 (diff)
Bump camera-lifecycle from 1.2.0-alpha03 to 1.2.0-alpha04
Bumps camera-lifecycle from 1.2.0-alpha03 to 1.2.0-alpha04. --- 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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f3c4c4ed4..0dba83117 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.camera:camera-camera2:1.2.0-alpha04'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha03'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha04'
implementation 'androidx.camera:camera-view:1.2.0-alpha04'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'