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>2023-01-26 15:26:00 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-01-26 18:14:52 +0300
commit3dc9948ee4464ae36412aadb5cf239c0c0b51534 (patch)
treeba73234f703487f6e086e2dcb663fdbfaa593ede
parentc14aaa1d9b148ef93b77f7c69ee066b901f6d03e (diff)
Bump camera-view from 1.2.0 to 1.2.1
Bumps camera-view from 1.2.0 to 1.2.1. --- 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 1ca93e231..de165f8fe 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -78,7 +78,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'androidx.camera:camera-camera2:1.2.1'
implementation 'androidx.camera:camera-lifecycle:1.2.1'
- implementation 'androidx.camera:camera-view:1.2.0'
+ implementation 'androidx.camera:camera-view:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'