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-03 14:05:31 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-06-03 16:00:14 +0300
commit6663f5741ed06f793deb3586e618ee4af28d24b5 (patch)
tree93ae85c81f8ba3fdc91753c9a914b8a2cda36331
parent7b5f3777b26b92c24b03468dd07428873dae5a3d (diff)
Bump camera-lifecycle from 1.2.0-alpha01 to 1.2.0-alpha02
Bumps camera-lifecycle from 1.2.0-alpha01 to 1.2.0-alpha02. --- 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 e9b1d388d..a88e0d1e5 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-alpha01'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha02'
implementation 'androidx.camera:camera-view:1.2.0-alpha02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'