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-01-27 16:58:48 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-01-27 17:07:00 +0300
commit597600dd698c99e0cd293abef40a04b9e6aadf82 (patch)
tree128f3d05033b3db316d25181a0a4aaf0a1ea2eae
parent0bf16f3a04471e01137ac63a49167a707685dc48 (diff)
Bump camera-camera2 from 1.1.0-alpha12 to 1.1.0-beta01
Bumps camera-camera2 from 1.1.0-alpha12 to 1.1.0-beta01. --- 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 1c95795be..af95fb982 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -71,7 +71,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.1'
- implementation 'androidx.camera:camera-camera2:1.1.0-alpha12'
+ implementation 'androidx.camera:camera-camera2:1.1.0-beta01'
implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha12'
implementation 'androidx.camera:camera-view:1.1.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'