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-03 16:01:01 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-06-03 16:11:01 +0300
commitb30f754828a43764b27d277cb0e5469e333e313e (patch)
tree4d602385b3e9f0db5292564149dd3e2e71bea27d
parent6663f5741ed06f793deb3586e618ee4af28d24b5 (diff)
Bump camera-camera2 from 1.2.0-alpha01 to 1.2.0-alpha02
Bumps camera-camera2 from 1.2.0-alpha01 to 1.2.0-alpha02. --- updated-dependencies: - dependency-name: androidx.camera:camera-camera2 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 a88e0d1e5..a8e24461f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.2'
- implementation 'androidx.camera:camera-camera2:1.2.0-alpha01'
+ 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.constraintlayout:constraintlayout:2.1.4'