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-05-19 15:51:41 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-05-19 17:51:48 +0300
commit7d397ded654462adb95b498423068612460f057e (patch)
tree127c5982fd4ae6a850f1ab65f7f41a14ef3ff93b
parent4c4feb0bdd4927b4fe672538990706e4f65440ad (diff)
Bump camera-lifecycle from 1.1.0-rc01 to 1.2.0-alpha01
Bumps camera-lifecycle from 1.1.0-rc01 to 1.2.0-alpha01. --- updated-dependencies: - dependency-name: androidx.camera:camera-lifecycle 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 169332607..a844debdc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,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.1.0-rc01'
+ implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'
implementation 'androidx.camera:camera-view:1.2.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.preference:preference:1.2.0'