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-07-28 15:23:12 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-28 23:00:55 +0300
commit66afd6f7c24795f90570f1cc2409cc59d78cdcb5 (patch)
treeb45f901d4b0bb776503904f814f8eb9b4f2bd307
parentcb9f96921b1dac90ea65d52d09e2732a66838dcb (diff)
Bump camera-camera2 from 1.2.0-alpha03 to 1.2.0-alpha04
Bumps camera-camera2 from 1.2.0-alpha03 to 1.2.0-alpha04. --- 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 c6466162e..0bf6a1c13 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-alpha03'
+ implementation 'androidx.camera:camera-camera2:1.2.0-alpha04'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha03'
implementation 'androidx.camera:camera-view:1.2.0-alpha04'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'