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:43 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-07-01 15:17:04 +0300
commit915315d901e9b5b8f21a9a3f7480972159850cfc (patch)
tree713429c3f79343da5f7938ba21bd49028c6dcc00
parent3da505089e2f7277b7a552d75695ad5da0b541d7 (diff)
Bump camera-camera2 from 1.1.0-alpha05 to 1.1.0-alpha06
Bumps camera-camera2 from 1.1.0-alpha05 to 1.1.0-alpha06. --- updated-dependencies: - dependency-name: androidx.camera:camera-camera2 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 b6a5f62fe..633c7a36b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -69,7 +69,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.3.0'
- implementation 'androidx.camera:camera-camera2:1.1.0-alpha05'
+ implementation 'androidx.camera:camera-camera2:1.1.0-alpha06'
implementation 'androidx.camera:camera-lifecycle:1.1.0-alpha05'
implementation 'androidx.camera:camera-view:1.0.0-alpha26'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'