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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-16 15:09:17 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-12-16 15:18:08 +0300
commit745b71b23dbc3ce3362c6b80a3a716a67ea7cd08 (patch)
tree460ef1d44bf6982d2c431ee6181fdb147211befb
parent70d79e5e920ae4023621e84eda7f11eb084f9850 (diff)
Bump camera-view from 1.0.0-alpha31 to 1.0.0-alpha32
Bumps camera-view from 1.0.0-alpha31 to 1.0.0-alpha32. --- updated-dependencies: - dependency-name: androidx.camera:camera-view dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.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 91cf2cb89..0c8e33501 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-alpha12'
implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha11'
- implementation 'androidx.camera:camera-view:1.0.0-alpha31'
+ implementation 'androidx.camera:camera-view:1.0.0-alpha32'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference:1.1.1'
def roomVersion = "2.4.0"