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:24:58 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-09-22 16:07:47 +0300
commit18cb9e76f283d85e00fd6dc0d2042579e91f4f00 (patch)
tree9e822ef26671aafcc3e3ce5a77363fdfc737b715
parent3bdb2ef1e007af6a82c37698449e7481783c3348 (diff)
Bump camera-view from 1.2.0-beta01 to 1.2.0-beta02
Bumps camera-view from 1.2.0-beta01 to 1.2.0-beta02. --- 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 42accee1f..6f9db2695 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -74,7 +74,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.camera:camera-camera2:1.2.0-beta01'
implementation 'androidx.camera:camera-lifecycle:1.2.0-beta02'
- implementation 'androidx.camera:camera-view:1.2.0-beta01'
+ implementation 'androidx.camera:camera-view:1.2.0-beta02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'