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-07-28 20:03:07 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-28 23:00:18 +0300
commitcb9f96921b1dac90ea65d52d09e2732a66838dcb (patch)
treec0441c5d8d8bb6aa12fccd8576ea10f5112a8d7d
parent0a511ebfbec28cb3cd7f5ccd87c56572b2bd536c (diff)
Bump camera-view from 1.2.0-alpha03 to 1.2.0-alpha04
Bumps camera-view from 1.2.0-alpha03 to 1.2.0-alpha04. --- updated-dependencies: - dependency-name: androidx.camera:camera-view 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 7e0e7abc7..c6466162e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -74,7 +74,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.camera:camera-camera2:1.2.0-alpha03'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha03'
- implementation 'androidx.camera:camera-view:1.2.0-alpha03'
+ implementation 'androidx.camera:camera-view:1.2.0-alpha04'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
def roomVersion = "2.4.3"