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-11-10 15:01:41 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-11-10 15:31:07 +0300
commite0f7ff7985e0bcd5245fbb057cc1eac6c810eca4 (patch)
treef7cc4df16728d8e12169a1fffee0629a3326628a
parentb4bbf0cfc0b63d877697dae6dc6f807930ed22ea (diff)
Bump camera-camera2 from 1.2.0-rc01 to 1.3.0-alpha01
Bumps camera-camera2 from 1.2.0-rc01 to 1.3.0-alpha01. --- updated-dependencies: - dependency-name: androidx.camera:camera-camera2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 db870ea88..f7dbca154 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'
- implementation 'androidx.camera:camera-camera2:1.2.0-rc01'
+ implementation 'androidx.camera:camera-camera2:1.3.0-alpha01'
implementation 'androidx.camera:camera-lifecycle:1.2.0-rc01'
implementation 'androidx.camera:camera-view:1.3.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'