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-10-25 15:14:43 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-10-25 17:53:10 +0300
commit62e131367511ca657b07d3d09a9b561aa0ad612a (patch)
tree5e53151fe4cc67187d925eef6fc507eb5ea70c9a
parent00689795cc67f5f5c89b2c0bb56899a49acb1f2e (diff)
Bump camera-lifecycle from 1.2.0-beta02 to 1.2.0-rc01
Bumps camera-lifecycle from 1.2.0-beta02 to 1.2.0-rc01. --- 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 8f05a2e5b..1b8d6feb8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.camera:camera-camera2:1.2.0-beta02'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-beta02'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-rc01'
implementation 'androidx.camera:camera-view:1.2.0-beta02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'