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:25:10 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-09-22 16:08:00 +0300
commit9e3325eb3374b20662ef0f9aeb438ff5c0a9a894 (patch)
tree159ab18061b5ff3e8cad5f81832c126be09e2cac
parent18cb9e76f283d85e00fd6dc0d2042579e91f4f00 (diff)
Bump camera-camera2 from 1.2.0-beta01 to 1.2.0-beta02
Bumps camera-camera2 from 1.2.0-beta01 to 1.2.0-beta02. --- 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 6f9db2695..24b8d928f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'
- implementation 'androidx.camera:camera-camera2:1.2.0-beta01'
+ implementation 'androidx.camera:camera-camera2:1.2.0-beta02'
implementation 'androidx.camera:camera-lifecycle:1.2.0-beta02'
implementation 'androidx.camera:camera-view:1.2.0-beta02'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'