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:30 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-06-03 14:05:05 +0300
commit10a41a605d9d12f386f02566280b065cf84ec4d5 (patch)
treede03d70b4bb938f36197ba45218abe48969cced3
parent2f8b53d7411715b2ebacfeacb7dab8c37be3b6e6 (diff)
Bump camera-view from 1.2.0-alpha01 to 1.2.0-alpha02
Bumps camera-view from 1.2.0-alpha01 to 1.2.0-alpha02. --- updated-dependencies: - dependency-name: androidx.camera:camera-view 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 574c70be3..17b393188 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -74,7 +74,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.camera:camera-camera2:1.2.0-alpha01'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'
- implementation 'androidx.camera:camera-view:1.2.0-alpha01'
+ implementation 'androidx.camera:camera-view:1.2.0-alpha02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
def roomVersion = "2.4.2"