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-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-25 09:21:03 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-03-25 09:30:08 +0300
commitcb1d6bff93ac4624ae623bcbaa024905f8884202 (patch)
tree160fe8fcf9f604438dc62ac9e994e8f99b58c3ff
parent77f84e9390a69fe9e85898dc2cfb99d79b151b7d (diff)
Bump camera-view from 1.0.0-alpha22 to 1.0.0-alpha23
Bumps camera-view from 1.0.0-alpha22 to 1.0.0-alpha23. Signed-off-by: dependabot-preview[bot] <support@dependabot.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 69ea57df8..f32beeba4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.camera:camera-camera2:1.1.0-alpha03'
implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha03'
- implementation 'androidx.camera:camera-view:1.0.0-alpha22'
+ implementation 'androidx.camera:camera-view:1.0.0-alpha23'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference:1.1.1'