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:44:39 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-06-30 16:36:56 +0300
commit359a32b8b8b7306900df92261e7f6d824e6bfb39 (patch)
tree6f3f428ebcb086a4dee923cae8b1afffec4df3d9
parent4a58008149c1e2eabce7abbeca2ae5e84d2f2806 (diff)
Bump camera-camera2 from 1.2.0-alpha02 to 1.2.0-alpha03
Bumps camera-camera2 from 1.2.0-alpha02 to 1.2.0-alpha03. --- 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 90a965ec7..1f9ba1105 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-alpha02'
+ implementation 'androidx.camera:camera-camera2:1.2.0-alpha03'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha02'
implementation 'androidx.camera:camera-view:1.2.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'