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-08 15:19:28 +0300
committerGitHub <noreply@github.com>2022-09-08 15:19:28 +0300
commitca18515e379217852ba7c1ced041c37873703454 (patch)
treefa328cb1d41a7bb6fd26a95e2b559c21073249a5
parent65605cff53565ab7cd017b105c34461db56c8cf6 (diff)
Bump camera-view from 1.2.0-alpha04 to 1.2.0-beta01dependabot/gradle/androidx.camera-camera-view-1.2.0-beta01
Bumps camera-view from 1.2.0-alpha04 to 1.2.0-beta01. --- 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 1c2aeae50..66ba713b3 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-alpha04'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha04'
- implementation 'androidx.camera:camera-view:1.2.0-alpha04'
+ 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'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'