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-06-30 15:10:39 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-06-30 15:43:56 +0300
commit4a58008149c1e2eabce7abbeca2ae5e84d2f2806 (patch)
tree038c6c98f20634c479b87f846a9da118c45a7749
parent8fa267051688868d88417101613ea443c2abf1c0 (diff)
Bump camera-view from 1.2.0-alpha02 to 1.2.0-alpha03
Bumps camera-view from 1.2.0-alpha02 to 1.2.0-alpha03. --- 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 6185b8493..90a965ec7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -74,7 +74,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.camera:camera-camera2:1.2.0-alpha02'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha02'
- implementation 'androidx.camera:camera-view:1.2.0-alpha02'
+ implementation 'androidx.camera:camera-view:1.2.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
def roomVersion = "2.4.2"