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>2021-08-19 15:39:51 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-08-19 15:54:37 +0300
commit258b34de69083a1cd65ebe00a40f09874a76ac2b (patch)
tree2a4aed2930b7fe553ad2cb15c5c184e3d0586f6c /app/build.gradle
parent85c1144b3ececa706bac8e153d78ba236f53f437 (diff)
Bump camera-lifecycle from 1.1.0-alpha07 to 1.1.0-alpha08
Bumps camera-lifecycle from 1.1.0-alpha07 to 1.1.0-alpha08. --- updated-dependencies: - dependency-name: androidx.camera:camera-lifecycle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 49368b132..1eb2bd7fe 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.camera:camera-camera2:1.1.0-alpha08'
- implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha07'
+ implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha08'
implementation 'androidx.camera:camera-view:1.0.0-alpha28'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.preference:preference:1.1.1'