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-05-12 15:14:57 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-05-12 15:22:59 +0300
commit340600cc62cf519eb94ce76efbdb1897bb67fba6 (patch)
treecb63a04bf67da1ca8667b7727fd049d65cc9f153
parentb1c9a36b567983d88cbb601089a1be55b34360fc (diff)
Bump camera-view from 1.1.0-beta03 to 1.1.0-rc01
Bumps camera-view from 1.1.0-beta03 to 1.1.0-rc01. --- 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 be2c2551e..829b6e2ce 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-beta03'
implementation 'androidx.camera:camera-lifecycle:1.1.0-beta03'
- implementation 'androidx.camera:camera-view:1.1.0-beta03'
+ implementation 'androidx.camera:camera-view:1.1.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.preference:preference:1.2.0'
def roomVersion = "2.4.2"