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-02-24 15:14:57 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-02-24 16:30:06 +0300
commitc7ae675afd255a3664bf66e6a64148fc7dc0f9db (patch)
tree21022b446e50a2bf8b9a3cac58cbeee0cb4952be
parent421494872b45eedb010538fbfdad6d33d40b98e2 (diff)
Bump camera-lifecycle from 1.1.0-beta01 to 1.1.0-beta02
Bumps camera-lifecycle from 1.1.0-beta01 to 1.1.0-beta02. --- 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 8233a19c4..18166455b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.camera:camera-camera2:1.1.0-beta01'
- implementation 'androidx.camera:camera-lifecycle:1.1.0-beta01'
+ implementation 'androidx.camera:camera-lifecycle:1.1.0-beta02'
implementation 'androidx.camera:camera-view:1.1.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.preference:preference:1.2.0'