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-09-22 15:16:21 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-09-22 15:24:17 +0300
commit3bdb2ef1e007af6a82c37698449e7481783c3348 (patch)
treed89d249d54f788b6da7063e66c04726905445187
parent941d6c7316c19e93e21b85e80ff5b08151deb15f (diff)
Bump camera-lifecycle from 1.2.0-beta01 to 1.2.0-beta02
Bumps camera-lifecycle from 1.2.0-beta01 to 1.2.0-beta02. --- 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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5e8c69ec8..42accee1f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.camera:camera-camera2:1.2.0-beta01'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-beta01'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-beta02'
implementation 'androidx.camera:camera-view:1.2.0-beta01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'