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-05-12 15:23:40 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-05-12 15:40:00 +0300
commit04c4b1f1635e65b8775bc77270aea0366c72d25d (patch)
tree39c15efa7b1a0a768c40bf1e0f9d0e86b564392d
parent340600cc62cf519eb94ce76efbdb1897bb67fba6 (diff)
Bump camera-lifecycle from 1.1.0-beta03 to 1.1.0-rc01
Bumps camera-lifecycle from 1.1.0-beta03 to 1.1.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 829b6e2ce..ae7996986 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-beta03'
- implementation 'androidx.camera:camera-lifecycle:1.1.0-beta03'
+ implementation 'androidx.camera:camera-lifecycle:1.1.0-rc01'
implementation 'androidx.camera:camera-view:1.1.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.preference:preference:1.2.0'