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-01-28 08:18:20 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-01-28 11:10:46 +0300
commitffae788e6f1bd8777c38140b4d9589be725f3e69 (patch)
tree2d1a85f6b2bee26be2b28fb15b7dd649bb1c5b23
parent16451f3156bfdbd0a6a5afb201d943d2ba23d1f3 (diff)
Bump camera-camera2 from 1.0.0-rc01 to 1.1.0-alpha01
Bumps camera-camera2 from 1.0.0-rc01 to 1.1.0-alpha01. 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 6067fc918..0e274af6f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -67,7 +67,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.2.0'
- implementation 'androidx.camera:camera-camera2:1.0.0-rc01'
+ implementation 'androidx.camera:camera-camera2:1.1.0-alpha01'
implementation 'androidx.camera:camera-lifecycle:1.0.0-rc01'
implementation 'androidx.camera:camera-view:1.0.0-alpha20'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'