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
path: root/app
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-12 08:19:04 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-11-12 10:18:44 +0300
commitc4a489e85731b77bc6ebb2c7b72360c7b73826b2 (patch)
treeb5928096a694fd4c65c8c5cd265f492f8b67c364 /app
parent24931067df6ea20f57b518871f7c91fa7b63e500 (diff)
Bump camera-view from 1.0.0-alpha18 to 1.0.0-alpha19
Bumps camera-view from 1.0.0-alpha18 to 1.0.0-alpha19. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index eb128ef32..b373fa754 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -69,7 +69,7 @@ dependencies {
implementation "androidx.camera:camera-camera2:1.0.0-beta11"
implementation "androidx.camera:camera-lifecycle:1.0.0-beta11"
- implementation "androidx.camera:camera-view:1.0.0-alpha18"
+ implementation "androidx.camera:camera-view:1.0.0-alpha19"
// Markdown
implementation 'com.yydcdut:markdown-processor:0.1.3'