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>2021-07-01 15:09:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-07-01 15:16:49 +0300
commit7829edfd03181920d948db0ca4e77851c82ccc5e (patch)
tree27f162e6061a3e44fd2a0e8dee149afa2ed6d368
parentacb6fc66e56b624befeaa40bc8ec81937740d1fb (diff)
Bump camera-view from 1.0.0-alpha25 to 1.0.0-alpha26
Bumps camera-view from 1.0.0-alpha25 to 1.0.0-alpha26. --- 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 a3ff4caf8..b6a5f62fe 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -71,7 +71,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.camera:camera-camera2:1.1.0-alpha05'
implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha05'
- implementation 'androidx.camera:camera-view:1.0.0-alpha25'
+ implementation 'androidx.camera:camera-view:1.0.0-alpha26'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.preference:preference:1.1.1'
def roomVersion = "2.3.0"