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:
authorStefan Niedermann <info@niedermann.it>2021-11-18 16:37:39 +0300
committerStefan Niedermann <info@niedermann.it>2021-11-18 16:37:39 +0300
commitdbee9b5fdec62bb7ab7c9c8d019f1c951e136498 (patch)
tree11fcd699dd00b80a58748161c837c321ec2bb4b3
parenta4e84b960db78cf3ab441e4c40affcdcac5c0cdc (diff)
Update dependencies
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8985e6b96..70be31032 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.camera:camera-camera2:1.1.0-alpha11'
implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha11'
- implementation 'androidx.camera:camera-view:1.0.0-alpha30'
+ implementation 'androidx.camera:camera-view:1.0.0-alpha31'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference:1.1.1'
def roomVersion = "2.3.0"