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-07-22 15:59:48 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-07-22 16:02:21 +0300
commitb6b1c6f767965d45e0dc02a080c5c42fafbf5798 (patch)
tree24d73e709dea78c3d38fe6b96b72f16e044a3f3d
parent80285af104bcbf58493d0c0c51564c5bded6031d (diff)
Bump camera-view from 1.0.0-alpha26 to 1.0.0-alpha27
Bumps camera-view from 1.0.0-alpha26 to 1.0.0-alpha27. --- 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 ba7836463..052a459ff 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -71,7 +71,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.camera:camera-camera2:1.1.0-alpha06'
implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha07'
- implementation 'androidx.camera:camera-view:1.0.0-alpha26'
+ implementation 'androidx.camera:camera-view:1.0.0-alpha27'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.preference:preference:1.1.1'
def roomVersion = "2.3.0"