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>2022-02-24 17:08:57 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-02-24 17:50:50 +0300
commit5d13dc0c40cd63416978fc2d7048ae7e9c39c895 (patch)
tree12671ee1ecc26c82e2783ac6467c946c10fa5660
parentdd63af47846e5607059665f655af57c18db1453f (diff)
Bump camera-view from 1.1.0-beta01 to 1.1.0-beta02
Bumps camera-view from 1.1.0-beta01 to 1.1.0-beta02. --- 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 896300342..993792aa8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.camera:camera-camera2:1.1.0-beta02'
implementation 'androidx.camera:camera-lifecycle:1.1.0-beta02'
- implementation 'androidx.camera:camera-view:1.1.0-beta01'
+ implementation 'androidx.camera:camera-view:1.1.0-beta02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.preference:preference:1.2.0'
def roomVersion = "2.4.1"