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-06-30 16:37:57 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-06-30 16:50:08 +0300
commit3f73da41916cba7b2a3cb2839b3a3b058f2ef4f5 (patch)
tree3312a2241aab8359d53513b6ff37d930fccc0065
parent359a32b8b8b7306900df92261e7f6d824e6bfb39 (diff)
Bump camera-lifecycle from 1.2.0-alpha02 to 1.2.0-alpha03
Bumps camera-lifecycle from 1.2.0-alpha02 to 1.2.0-alpha03. --- 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 1f9ba1105..2c5b92b1a 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-alpha03'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha02'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha03'
implementation 'androidx.camera:camera-view:1.2.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'