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-02 15:11:26 +0300
committerGitHub <noreply@github.com>2022-06-02 15:11:26 +0300
commit43938eb9391b8fc993bec22cf443aa1681fc41cd (patch)
tree6713cea58dbb515cab641b93222b5de246c24c4e
parentdda4c90a013e0e167d0f1c056a4d70ad0ccf28b7 (diff)
Bump camera-lifecycle from 1.2.0-alpha01 to 1.2.0-alpha02dependabot/gradle/androidx.camera-camera-lifecycle-1.2.0-alpha02
Bumps camera-lifecycle from 1.2.0-alpha01 to 1.2.0-alpha02. --- 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 5127d9b7c..feb728091 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,7 +73,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.camera:camera-camera2:1.2.0-alpha01'
- implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha02'
implementation 'androidx.camera:camera-view:1.2.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'