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 08:19:12 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-03-25 09:19:50 +0300
commit767aac67a2fa8944a46eb37ad08265d0141f801b (patch)
tree49cbb069718ce5fc661e04c11cfd72771c3ef06a
parentcf585b4e412732164408282f0cc6ff6a4e7fc899 (diff)
Bump camera-lifecycle from 1.1.0-alpha02 to 1.1.0-alpha03
Bumps camera-lifecycle from 1.1.0-alpha02 to 1.1.0-alpha03. 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 fb2b145ef..7b42b6018 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.camera:camera-camera2:1.1.0-alpha02'
- implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha02'
+ implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha03'
implementation 'androidx.camera:camera-view:1.0.0-alpha22'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.multidex:multidex:2.0.1'