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-12 16:08:32 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-01-12 16:28:36 +0300
commit44c9101f0cd48802697f3aba1f1d75ef9aec63bf (patch)
tree67ce9d8774163a7a23c017d1a20a4ba818d58018
parentd49c5a0ca1de502c78b72939a96fbb0be70dd116 (diff)
Bump camera-camera2 from 1.1.0 to 1.2.0
Bumps camera-camera2 from 1.1.0 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.camera:camera-camera2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fe7310ab6..a52fa590e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.6.0'
- implementation 'androidx.camera:camera-camera2:1.1.0'
+ implementation 'androidx.camera:camera-camera2:1.2.0'
implementation 'androidx.camera:camera-lifecycle:1.2.0'
implementation 'androidx.camera:camera-view:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'